Learn
Practice
Newsletter
Resources
F
Toggle theme
0
F
Toggle theme
0
Toggle menu
← Back to All Animations
Implement Trie (Prefix Tree)
Bookmark
Input
Example 1
Example 2
Example 3
Custom
operations
=
[Trie, insert, search, search, startsWith, insert, search]
,
values
=
[null, apple, apple, app, app, app, app]
Operation
—
Word/Prefix
—
Result
—
*
algo
master
.
io
Step:
Initialize Trie with root node
0 / 59
Input
Example 1
Example 2
Example 3
Custom
operations
=
[Trie, insert, search, search, startsWith, insert, search]
,
values
=
[null, apple, apple, app, app, app, app]
0 / 59
Operation
—
Word/Prefix
—
Result
—
*
algo
master
.
io
Step:
Initialize Trie with root node