MCPcopy Create free account
hub / github.com/MolinDeng/Princeton-algs4 / isEmpty

Method isEmpty

05Lab-Kd Tree/KdTree.java:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24
25 // is the set empty?
26 public boolean isEmpty() {
27 return root == null;
28 }
29
30 // number of points in the set
31 public int size() {

Callers 3

rangeMethod · 0.95
nearestMethod · 0.95
mainMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected