Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/truncateddinosour/libtrie

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

ansic c89 markov-chain trie

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# This repository has been migrated to the self-hosted ari-web Forgejo instance:
# Libtrie

> Trie implementation in C89 for generating text.

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

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

Licensing: Public domain

To test simply run `make test` :)