Keine Beschreibung

Samuel Jaffe 1da7efc8ef Fixing clear() to run in O(n) time and O(1) space. vor 8 Jahren
trie.xcodeproj ef5d2e867b Initial code dump. vor 8 Jahren
.gitignore 4732f0df65 Initializing repository with ignore lists: [ C++, ] vor 8 Jahren
trie.hpp 1da7efc8ef Fixing clear() to run in O(n) time and O(1) space. vor 8 Jahren
trie.t.h b811336b99 Move shared behavior of trie_iterator (Pre-Order) and trie_reverse_iterator (Inverse-Depth-First) iteration to an object in the detail namespace. vor 8 Jahren
trie_impl.hpp 1da7efc8ef Fixing clear() to run in O(n) time and O(1) space. vor 8 Jahren
trie_iterator.hpp 462c8234ca Removing redundant V param to trie_{,reverse_}iterator template list, as this did not add anything other than risk or more template errors. vor 8 Jahren