Zig icon indicating copy to clipboard operation
Zig copied to clipboard

Implemented trie

Open socpite opened this issue 9 months ago • 2 comments

Implemented trie. Supports adding strings, traversing trie via TrieIterator.

socpite avatar Mar 06 '25 06:03 socpite

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.

kassane avatar Mar 06 '25 12:03 kassane

I've added trie to runall.cmd. It seems that runall.cmd is not mentioned in CONTRIBUTING.md

socpite avatar Mar 06 '25 13:03 socpite

Rebased to zig v0.14.0. @socpite, thanks for your contribution!

kassane avatar May 11 '25 14:05 kassane