Initial implementation of a patricia-trie str->boolean.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Wed, 10 Sep 2008 16:56:29 +0000 (18:56 +0200)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Wed, 10 Sep 2008 16:56:29 +0000 (18:56 +0200)
commit4967e5b5d3bba84232eebf9763eb214ef395e061
tree2d060ff366c7439b340392c952f4479cbd9f80d4
parent1b6ea933129c7a718fc81bedb282a13958a8ea68
Initial implementation of a patricia-trie str->boolean.

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
common/Makefile
common/trie.c [new file with mode: 0644]
common/trie.h [new file with mode: 0644]