@frontendx/dsa-runtime - v1.0.0
Preparing search index...
data-structures/tree/Trie
TrieNode
Class TrieNode
Index
Constructors
constructor
Properties
children
is
End
Of
Word
Constructors
constructor
new
TrieNode
()
:
TrieNode
Returns
TrieNode
Properties
children
children
:
Map
<
string
,
TrieNode
>
= ...
is
End
Of
Word
isEndOfWord
:
boolean
= false
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
children
is
End
Of
Word
@frontendx/dsa-runtime - v1.0.0
Loading...