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

Method test

data_structures/binary tree/AVLtree.py:239–242  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

237 return
238
239 def test(self):
240 getheight(None)
241 print("****")
242 self.getheight()
243if __name__ == "__main__":
244 t = AVLtree()
245 t.traversale()

Callers

nothing calls this directly

Calls 2

getheightMethod · 0.95
getheightFunction · 0.85

Tested by

no test coverage detected