Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
selection
Function · 0.80
prime_implicant_chart
Function · 0.80
add_pair
Method · 0.80
dfs
Method · 0.80
bfs
Method · 0.80
topological_sort
Method · 0.80
cycle_nodes
Method · 0.80
has_cycle
Method · 0.80
add_pair
Method · 0.80
dfs
Method · 0.80
bfs
Method · 0.80
cycle_nodes
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_zeroVector
Method · 0.64