Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ getRankOfNumber
Method
getRankOfNumber
java/Chapter 11/Question11_8/Question.java:19–21 ·
view source on GitHub ↗
(int number)
Source
from the content-addressed store, hash-verified
17
}
18
19
public
static
int
getRankOfNumber(
int
number) {
20
return
root.getRank(number);
21
}
22
23
public
static
void
main(String[] args) {
24
int
size = 100;
Callers
nothing calls this directly
Calls
1
getRank
Method · 0.45
Tested by
no test coverage detected