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

Method build

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

Source from the content-addressed store, hash-verified

27 public static int cnt;
28
29 public static void build() {
30 cnt = 1;
31 }
32
33 public static void insert(String word) {
34 int cur = 1;

Callers 1

mainMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected