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

Method main

java/Chapter 10/Question10_4/Question.java:20–24  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

18 }
19
20 public static void main(String[] args) {
21 int[] array = AssortedMethods.randomArray(30, 1, 30);
22 System.out.println(AssortedMethods.arrayToString(array));
23 checkDuplicates(array);
24 }
25
26}

Callers

nothing calls this directly

Calls 3

randomArrayMethod · 0.95
arrayToStringMethod · 0.95
checkDuplicatesMethod · 0.95

Tested by

no test coverage detected