Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/ndleah/python-mini-project
/ remove
Method
remove
Binary_Search_Tree/bst.py:83–86 ·
view source on GitHub ↗
(self,root,data)
Source
from the content-addressed store, hash-verified
81
return
self.restructdata(root.right)
82
83
def
remove(self,root,data):
84
if
root == None:
85
return
"deletion failed: deleting from an empty tree"
86
return
self.removeHelper(root,data)
87
88
89
Callers
9
Download Audio.py
File · 0.80
egg_dropped
Function · 0.80
catch_check
Function · 0.80
getValidMoves
Method · 0.80
pong.py
File · 0.80
main
Function · 0.80
jquery-3.3.1.min.js
File · 0.80
ct
Function · 0.80
main.py
File · 0.80
Calls
1
removeHelper
Method · 0.95
Tested by
no test coverage detected