Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/careercup/ctci
/ main
Method
main
java/Chapter 9/Question9_8/Question.java:53–57 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
51
}
52
53
public
static
void
main(String[] args) {
54
for
(
int
i = 0; i <= 100; i++) {
55
System.out.println(
"makeChange("
+ i +
") = "
+ makeChange(i));
56
}
57
}
58
59
}
Callers
nothing calls this directly
Calls
1
makeChange
Method · 0.95
Tested by
no test coverage detected