Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/trekhleb/javascript-algorithms
/ Trie.test.js
File
Trie.test.js
src/data-structures/trie/__test__/Trie.test.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
Trie from
'../Trie'
;
2
3
describe(
'Trie'
, () => {
4
it(
'should create trie'
, () => {
Callers
nothing calls this directly
Calls
6
addWord
Method · 0.80
getChild
Method · 0.80
doesWordExist
Method · 0.80
deleteWord
Method · 0.80
suggestNextCharacters
Method · 0.80
toString
Method · 0.45
Tested by
no test coverage detected