|
Algorithms_in_C++ 1.0.0
Set of algorithms implemented in C++.
|
A basic implementation of trie class to store only lower-case strings. More...
#include <iostream>#include <memory>#include <string>Classes | |
| class | Trie |
| struct | Trie::TrieNode |
Functions | |
| int | main () |
A basic implementation of trie class to store only lower-case strings.
| int main | ( | void | ) |
Main function