MCPcopy Index your code
hub / github.com/careercup/ctci / main

Method main

java/Chapter 7/Question7_7/QuestionA.java:41–45  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

39 }
40
41 public static void main(String[] args) {
42 for (int i = 0; i < 14; i++) {
43 System.out.println(i + " : " + getKthMagicNumber(i));
44 }
45 }
46}

Callers

nothing calls this directly

Calls 1

getKthMagicNumberMethod · 0.95

Tested by

no test coverage detected