From 1a9f793b2190871ba2f514fd2f5557a0c981d477 Mon Sep 17 00:00:00 2001 From: marina <138340846+bt3gl-cryptographer@users.noreply.github.com> Date: Thu, 3 Aug 2023 13:13:51 -0700 Subject: [PATCH] Rename bst.py to binary_tree.py --- trees/{bst.py => binary_tree.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename trees/{bst.py => binary_tree.py} (100%) diff --git a/trees/bst.py b/trees/binary_tree.py similarity index 100% rename from trees/bst.py rename to trees/binary_tree.py