aboutsummaryrefslogtreecommitdiff
path: root/trie.h (follow)
Commit message (Collapse)AuthorAge
* restHugo Hörnquist2019-02-22
|
* Build, but doesn't link.Hugo Hörnquist2019-02-22
|
* Move trie->dot from trie to graphs. Add value printing.Hugo Hörnquist2019-02-10
|
* Add formatting macros.Hugo Hörnquist2019-02-10
|
* Add support for full tree printing.Hugo Hörnquist2019-02-09
|
* Code cleanup and add documentation.Hugo Hörnquist2019-02-06
|
* Improve templating macros.Hugo Hörnquist2019-02-05
|
* Normalize and improve INIT & FREE macros.Hugo Hörnquist2019-02-05
|
* Add graphviz output for TRIE's.Hugo Hörnquist2019-02-03
| | | | | | | | Add simple output in dot format for trie structures. Along with a slightly updated main which handles a few more command line arguments. Also updated makefile to generate pdf's from dot files and dot-files from parse.
* Fix crash.Hugo Hörnquist2019-01-22
|
* Add trie data structure.Hugo Hörnquist2019-01-22