aboutsummaryrefslogtreecommitdiff
path: root/trie.cc
AgeCommit message (Collapse)Author
2014-02-04Switched resolve method to std::pair based return typeAdrian Kummerländer
* enables more expressive passing of the information if the resolve call was successfull
2014-02-04Removed std::unique_ptr and unnecessary initialization cruftAdrian Kummerländer
* std::forward_list can be implicitly instantiated by braced initializer list
2014-02-02Implemented basic trie data structure templateAdrian Kummerländer