aboutsummaryrefslogtreecommitdiff
path: root/trie.cc
AgeCommit message (Expand)Author
2014-02-04Moved Trie template into src directoryAdrian Kummerländer
2014-02-04Switched path from std::forward_list to std::vectorAdrian Kummerländer
2014-02-04Implemented remove member methodAdrian Kummerländer
2014-02-04Added key_list typedef and tried to improve expressivenessAdrian Kummerländer
2014-02-04Switched resolve method to std::pair based return typeAdrian Kummerländer
2014-02-04Removed std::unique_ptr and unnecessary initialization cruftAdrian Kummerländer
2014-02-02Implemented basic trie data structure templateAdrian Kummerländer