MCPcopy Create free account
hub / github.com/algorithmzuo/algorithm-journey / clear

Method clear

src/class044/Code02_TrieTree.java:89–95  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

87 }
88
89 public static void clear() {
90 for (int i = 1; i <= cnt; i++) {
91 Arrays.fill(tree[i], 0);
92 end[i] = 0;
93 pass[i] = 0;
94 }
95 }
96
97 public static int m, op;
98

Callers 13

mainMethod · 0.95
mainMethod · 0.45
buildMethod · 0.45
bfsMethod · 0.45
minStickersMethod · 0.45
mainMethod · 0.45
buildMethod · 0.45
buildMethod · 0.45
computeMethod · 0.45
computeMethod · 0.45
buildMethod · 0.45
ladderLengthMethod · 0.45

Calls 1

fillMethod · 0.45

Tested by

no test coverage detected