Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/careercup/ctci
/ main
Method
main
java/Chapter 7/Question7_7/QuestionB.java:44–48 ·
view source on GitHub ↗
(String[] args)
Source
from the content-addressed store, hash-verified
42
}
43
44
public
static
void
main(String[] args) {
45
for
(
int
i = 0; i < 14; i++) {
46
System.out.println(i +
" : "
+ getKthMagicNumber(i));
47
}
48
}
49
}
Callers
nothing calls this directly
Calls
1
getKthMagicNumber
Method · 0.95
Tested by
no test coverage detected