@kamilmielnik/trie / add
add(
node
,word
):Node
Defined in: lib/add.ts:10
Inserts given word
into given node
.
Node to insert the word
to.
string
Word to be inserted into node
.
Node representing the end of the added word.
@kamilmielnik/trie / add
add(
node
,word
):Node
Defined in: lib/add.ts:10
Inserts given word
into given node
.
Node to insert the word
to.
string
Word to be inserted into node
.
Node representing the end of the added word.