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

Method createGiantArray

java/Chapter 18/Question18_7/Question.java:43–917  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41 }
42
43 public static String[] createGiantArray() {
44 String arr[] = {"a",
45 "able",
46 "about",
47 "account",
48 "acid",
49 "across",
50 "act",
51 "addition",
52 "adjustment",
53 "advertisement",
54 "after",
55 "again",
56 "against",
57 "agreement",
58 "air",
59 "all",
60 "almost",
61 "among",
62 "amount",
63 "amusement",
64 "and",
65 "angle",
66 "angry",
67 "animal",
68 "answer",
69 "ant",
70 "any",
71 "apparatus",
72 "apple",
73 "approval",
74 "arch",
75 "argument",
76 "arm",
77 "army",
78 "art",
79 "as",
80 "at",
81 "attack",
82 "attempt",
83 "attention",
84 "attraction",
85 "authority",
86 "automatic",
87 "awake",
88 "baby",
89 "back",
90 "bad",
91 "bag",
92 "balance",
93 "ball",
94 "band",
95 "base",
96 "basin",
97 "basket",
98 "bath",
99 "be",
100 "beautiful",

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected