MCPcopy
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

removeMethod · 0.45
heapSortMethod · 0.45
removeMethod · 0.45
heapSortMethod · 0.45
ladderLengthMethod · 0.45
verticalTraversalMethod · 0.45
levelOrderMethod · 0.45
rightSideViewMethod · 0.45
averageOfLevelsMethod · 0.45
findSuccessorMethod · 0.45
zigzagLevelOrderMethod · 0.45
isSymmetricMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected