public
Description: Critbit trees in C
Homepage:
Clone URL: git://github.com/agl/critbit.git
critbit / README
100644 10 lines (7 sloc) 0.415 kb
1
2
3
4
5
6
7
8
9
10
This code is taken from Dan Bernstein's qhasm and implements a binary
crit-bit (alsa known as PATRICA) tree for |NUL| terminated strings. Crit-bit
trees are underused and it's this author's hope that a good example will aid
their adoption.
 
Herein is the CWEB source (critbit.w) and the derived files (critbit.pdf and
critbit.c) for those who don't wish to install CWEB and/or TeX.
 
If in doubt, read the PDF file.