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

Method count

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

Source from the content-addressed store, hash-verified

19 self.head = self.head + 1
20 return ret
21 def count(self):
22 return self.tail - self.head
23 def print(self):
24 print(self.data)
25 print("**************")

Callers 15

selectionFunction · 0.80
prime_implicant_chartFunction · 0.80
add_pairMethod · 0.80
dfsMethod · 0.80
bfsMethod · 0.80
topological_sortMethod · 0.80
cycle_nodesMethod · 0.80
has_cycleMethod · 0.80
add_pairMethod · 0.80
dfsMethod · 0.80
bfsMethod · 0.80
cycle_nodesMethod · 0.80

Calls

no outgoing calls

Tested by 1

test_zeroVectorMethod · 0.64