Skip to content

An implementation of djb's crit-bit trees.

License

Notifications You must be signed in to change notification settings

adcen0107/critbit

 
 

Repository files navigation

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

About

An implementation of djb's crit-bit trees.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.8%
  • C++ 3.7%
  • Makefile 2.9%
  • CMake 1.6%