MCPcopy Index your code
hub / github.com/subbarayudu-j/TheAlgorithms-Python / setdata

Method setdata

data_structures/binary tree/AVLtree.py:42–44  ·  view source on GitHub ↗
(self,data)

Source from the content-addressed store, hash-verified

40 def getheight(self):
41 return self.height
42 def setdata(self,data):
43 self.data = data
44 return
45 def setleft(self,node):
46 self.left = node
47 return

Callers 1

del_nodeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected