Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
range
Method · 0.95
nearest
Method · 0.95
main
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected