/tstree

Ternary Search Tree implementation in C

Primary LanguageCGNU General Public License v3.0GPL-3.0

tstree

Ternary Search Tree implementation in C.

Getting Started

Get the source using git or download

git clone https://github.com/jadeatucker/qtrsed.git

Use Make to compile and run unit tests

cd tstree/
make

References