![]() |
TheAlgorithms/C++ 1.0.0
All the algorithms implemented in C++
|
A basic implementation of trie class to store only lower-case strings. More...
#include <iostream>#include <memory>#include <string>Go to the source code of this file.
Classes | |
| class | Trie |
| struct | Trie::TrieNode |
Functions | |
| int | main () |
A basic implementation of trie class to store only lower-case strings.
Definition in file trie_modern.cpp.
| int main | ( | void | ) |
Main function
Definition at line 160 of file trie_modern.cpp.