mirror of
https://github.com/donnemartin/interactive-coding-challenges
synced 2026-01-06 17:38:02 +00:00
@@ -40,4 +40,4 @@ class Bst(object):
|
||||
node.right.parent = node
|
||||
return node.right
|
||||
else:
|
||||
return self._insert(node.right, data)
|
||||
return self._insert(node.right, data)
|
||||
|
||||
Reference in New Issue
Block a user