Algorithms_in_C  1.0.0
Set of algorithms implemented in C.
TrieNode Struct Reference
Collaboration diagram for TrieNode:
[legend]

Data Fields

struct TrieNodechildren [ALPHABET_SIZE]
 
char character
 
bool isEndOfWord
 

The documentation for this struct was generated from the following file: