Algorithms_in_C
1.0.0
Set of algorithms implemented in C.
Data Fields
TrieNode Struct Reference
Collaboration diagram for TrieNode:
This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.
[
legend
]
Data Fields
struct
TrieNode
*
children
[ALPHABET_SIZE]
char
character
bool
isEndOfWord
The documentation for this struct was generated from the following file:
data_structures/trie/trie.c
TrieNode
Generated by
1.8.18