/critbit

An implementation of djb's crit-bit trees.

Primary LanguageCISC LicenseISC

deprecation warning

This repository is deprecated! I am moving all my single-file libraries to a shared repository at https://github.com/ennorehling/clibs

critbit

Implementation of djb's critbit tree structure, a clever kind of trie that allows fast search among a set of strings, including prefix-search.

See also: djb's site

endorse