Wisty.js
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Trie
Trie
Node
constructor
childs
ending
key
parent
add
Child
set
Ending
A node holding a character and having a parent node and several children.
Hierarchy
TrieNode
Index
Constructors
constructor
Properties
childs
ending
key
parent
Methods
add
Child
set
Ending
Constructors
constructor
new
Trie
Node
(
key
:
string
, parent
:
TrieNode
)
:
TrieNode
Parameters
key:
string
parent:
TrieNode
Returns
TrieNode
Properties
Readonly
childs
childs
:
{}
Type declaration
[
key:
string
]:
TrieNode
ending
ending
:
boolean
Readonly
key
key
:
string
Readonly
parent
parent
:
TrieNode
Methods
add
Child
add
Child
(
child
:
TrieNode
)
:
void
Parameters
child:
TrieNode
Returns
void
set
Ending
set
Ending
(
)
:
void
Returns
void
Generated using
TypeDoc
A node holding a character and having a parent node and several children.