Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LFYSec/MScan
/ height
Method
height
src/test/resources/pta/basic/RedBlackBST.java:251–253 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
249
}
250
251
public
int
height() {
252
return
height(root);
253
}
254
255
private
int
height(Node x) {
256
if
(x == null)
return
-1;
Callers
nothing calls this directly
Calls
1
max
Method · 0.45
Tested by
no test coverage detected