Skip to content

Commit fef70fe

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 9ab3e07 commit fef70fe

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

data_structures/binary_tree/binary_search_tree.py

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

0 commit comments

Comments
 (0)