Skip to content

bdeyal/rbdict

Repository files navigation

rbdict

Example of a general purpose Red/Black tree implementation in C using the Linux kernel rb_tree infrastructure

Written Eyal Ben-David ([email protected]) License : LGPL

Build: make

Test: make test

On Linux you can run: make memtest

Windows Build: nmake -f NMakefile [test]

Test file is a word list file words.txt whic was generated by this command on a Linux machine:

grep -P "e.*b.*d.*" /usr/share/dict/words > words.txt

Eyal Ben-David

About

Example of Red Black tree implementation in C using Linux kernel rb_tree infrastructure

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published