Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.
/ libtrie Public archive

[Migrated to self-hosted ari-web Forgejo: https://git.ari.lt/ari/libtrie] Trie implementation in C89 for generating text.

License

Notifications You must be signed in to change notification settings

TruncatedDinoSour/libtrie

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository has been migrated to the self-hosted ari-web Forgejo instance: https://git.ari.lt/ari/libtrie

Libtrie

Trie implementation in C89 for generating text.

See src/main.c for example usage. You may compile it using make:

make -j$(nproc --all)
LD_LIBRARY_PATH="$(pwd)" ./trie

Licensing: Public domain

To test simply run make test :)