Zig
Zig copied to clipboard
Implemented trie
Implemented trie. Supports adding strings, traversing trie via TrieIterator.
Hi @socpite ,
Thank you for your contribution.
Please, add new algorithm in runall.cmd too.
Regarding the error that occurred in CI (Linux/macOS), by default it detects the most recent final release (now, v0.14.0) which has some compatibility breaks.
I've added trie to runall.cmd. It seems that runall.cmd is not mentioned in CONTRIBUTING.md
Rebased to zig v0.14.0. @socpite, thanks for your contribution!