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.
- Host: GitHub
- URL: https://github.com/mathieucaroff/cprefixtree
- Owner: mathieucaroff
- License: other
- Created: 2018-02-20T22:16:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-12-31T17:57:02.000Z (7 months ago)
- Last Synced: 2026-01-05T03:45:41.874Z (7 months ago)
- Topics: c, digital-tree, emse, prefix-tree, radix-tree, trie
- Language: C
- Homepage:
- Size: 1.65 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.txt
- License: LICENSE-INFO.md
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