aboutsummaryrefslogtreecommitdiff
path: root/trie.h (unfollow)
Commit message (Expand)Author
2019-02-19Further C++ improvements, maybe doesn't segfault now.Hugo Hörnquist
2019-02-19Now it links, but segfaults.Hugo Hörnquist
2019-02-19No idea, to tired.Hugo Hörnquist
2019-02-19I somehow got stuff to bulid, now it just doesn't link.Hugo Hörnquist
2019-02-19Started full rewrite in C++.Hugo Hörnquist
2019-02-10Move trie->dot from trie to graphs. Add value printing.Hugo Hörnquist
2019-02-10Add formatting macros.Hugo Hörnquist
2019-02-09Add support for full tree printing.Hugo Hörnquist
2019-02-06Code cleanup and add documentation.Hugo Hörnquist
2019-02-05Improve templating macros.Hugo Hörnquist
2019-02-05Normalize and improve INIT & FREE macros.Hugo Hörnquist
2019-02-03Add graphviz output for TRIE's.Hugo Hörnquist
2019-01-22Fix crash.Hugo Hörnquist
2019-01-22Add trie data structure.Hugo Hörnquist