Skip to content

Commit 9ab3e07

Browse files
authored
Update binary_search_tree.py
1 parent 7bbfdca commit 9ab3e07

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

data_structures/binary_tree/binary_search_tree.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ def empty(self) -> bool:
166166
False
167167
"""
168168
return not self.root
169-
170169
def __insert(self, value) -> None:
171170
"""
172171
Insert a new node in Binary Search Tree with value label

0 commit comments

Comments
 (0)