From 8bc30908012f3df1de8226bd488b9ea2b78fc5f2 Mon Sep 17 00:00:00 2001 From: bt3gl <138340846+bt3gl-cryptographer@users.noreply.github.com> Date: Tue, 8 Aug 2023 15:32:38 -0700 Subject: [PATCH] Rename bst_sucessors_and_precessors.py to bst_sucessor_and_precessor.py --- ..._sucessors_and_precessors.py => bst_sucessor_and_precessor.py} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename trees/{bst_sucessors_and_precessors.py => bst_sucessor_and_precessor.py} (100%) diff --git a/trees/bst_sucessors_and_precessors.py b/trees/bst_sucessor_and_precessor.py similarity index 100% rename from trees/bst_sucessors_and_precessors.py rename to trees/bst_sucessor_and_precessor.py