An open API service indexing awesome lists of open source software.

https://github.com/mathieucaroff/cprefixtree

This module provides tree-based hashtable-like structure for strings in C.
https://github.com/mathieucaroff/cprefixtree

c digital-tree emse prefix-tree radix-tree trie

Last synced: about 1 month ago
JSON representation

This module provides tree-based hashtable-like structure for strings in C.

Awesome Lists containing this project

README

          

@author Mathieu CAROFF
@license THE-UNLICENSE

This project is made to be compiled in a Unix environment.
The following instructions suppose your working directory is the one containig this README file.

To compile the project, use the makefile instruction:
make

Then, to run the tests, use
bin/test