Skip to content

Implemented trie #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 11, 2025
Merged

Implemented trie #22

merged 2 commits into from
May 11, 2025

Conversation

socpite
Copy link
Contributor

@socpite socpite commented Mar 6, 2025

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

@socpite socpite requested a review from kassane as a code owner March 6, 2025 06:58
@kassane
Copy link
Member

kassane commented Mar 6, 2025

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.

@socpite
Copy link
Contributor Author

socpite commented Mar 6, 2025

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

kassane
kassane previously approved these changes Mar 6, 2025
kassane

This comment was marked as outdated.

@kassane
Copy link
Member

kassane commented May 11, 2025

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

@kassane kassane merged commit 5317ae6 into TheAlgorithms:main May 11, 2025
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants