Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/algorithmzuo/algorithm-journey
/ rank
Method
rank
src/class151/Code02_Treap1.java:113–115 ·
view source on GitHub ↗
(int num)
Source
from the content-addressed store, hash-verified
111
}
112
113
public
static
int
rank(
int
num) {
114
return
small(head, num) + 1;
115
}
116
117
public
static
int
index(
int
i,
int
x) {
118
if
(size[left[i]] >= x) {
Callers
2
remove
Method · 0.95
main
Method · 0.95
Calls
1
small
Method · 0.95
Tested by
no test coverage detected