Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Seogeurim/CS-study
/ hasChild
Method
hasChild
contents/data-structure/code/Trie/TrieExample.java:61–63 ·
view source on GitHub ↗
(char c)
Source
from the content-addressed store, hash-verified
59
}
60
61
boolean hasChild(char c) {
62
return
children[c -
'a'
] != null;
63
}
64
}
Callers
2
insert
Method · 0.95
checkWord
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected