Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.95
main
Method · 0.45
build
Method · 0.45
bfs
Method · 0.45
minStickers
Method · 0.45
main
Method · 0.45
build
Method · 0.45
build
Method · 0.45
compute
Method · 0.45
compute
Method · 0.45
build
Method · 0.45
ladderLength
Method · 0.45
Calls
1
fill
Method · 0.45
Tested by
no test coverage detected