Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kunal-kushwaha/DSA-Bootcamp-Java
/ isEmpty
Method
isEmpty
lectures/20-trees/code/AVL/AVL.java:147–149 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
145
}
146
147
public
boolean isEmpty() {
148
return
root == null;
149
}
150
151
public
boolean balanced() {
152
return
balanced(root);
Callers
13
remove
Method · 0.45
heapSort
Method · 0.45
remove
Method · 0.45
heapSort
Method · 0.45
ladderLength
Method · 0.45
verticalTraversal
Method · 0.45
levelOrder
Method · 0.45
rightSideView
Method · 0.45
averageOfLevels
Method · 0.45
findSuccessor
Method · 0.45
zigzagLevelOrder
Method · 0.45
isSymmetric
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected