public
Description: Critbit trees in C
Homepage:
Clone URL: git://github.com/agl/critbit.git
name age message
file Makefile Mon Sep 29 09:37:22 -0700 2008 Initial import of the source files [agl]
file README Mon Sep 29 09:40:26 -0700 2008 Add README file [agl]
file critbit-test.cc Mon Sep 29 09:44:35 -0700 2008 Fix typos [agl]
file critbit.c Mon Sep 29 09:37:46 -0700 2008 Initial import of the derived files for those w... [agl]
file critbit.h Tue Sep 30 08:32:51 -0700 2008 Missed critbit.h (thanks to sfossen for the hea... [agl]
file critbit.pdf Mon Sep 29 09:44:35 -0700 2008 Fix typos [agl]
file critbit.w Mon Sep 29 09:44:35 -0700 2008 Fix typos [agl]
README
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.