Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/careercup/ctci
/ index
Method
index
java/Chapter 3/Question3_4/Tower.java:13–15 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
11
}
12
13
public
int
index() {
14
return
index;
15
}
16
17
public
void
add(
int
d) {
18
if
(!disks.isEmpty() && disks.peek() <= d) {
Callers
2
print
Method · 0.95
make_change
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected