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

Method main

java/Chapter 18/Question18_7/Question.java:38–41  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

36 }
37
38 public static void main(String[] args) {
39 String[] arr = createGiantArray();
40 printLongestWord(arr);
41 }
42
43 public static String[] createGiantArray() {
44 String arr[] = {"a",

Callers

nothing calls this directly

Calls 2

createGiantArrayMethod · 0.95
printLongestWordMethod · 0.95

Tested by

no test coverage detected