Skip to content
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

Dictionary example #2161

Merged
merged 15 commits into from
Oct 18, 2024
Merged

Dictionary example #2161

merged 15 commits into from
Oct 18, 2024

Conversation

xsebek
Copy link
Member

@xsebek xsebek commented Sep 29, 2024

Add an example dictionary and set implemented as a red-black tree, based on Persistent Red Black Trees in Haskell.

@byorgey byorgey mentioned this pull request Sep 29, 2024
example/dictionary.sw Outdated Show resolved Hide resolved
@xsebek xsebek marked this pull request as ready for review October 15, 2024 13:25
@xsebek xsebek changed the title [WIP] Dictionary example Dictionary example Oct 15, 2024
@xsebek xsebek self-assigned this Oct 15, 2024
@xsebek xsebek requested review from kostmo and byorgey October 15, 2024 13:26
Copy link
Member

@byorgey byorgey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is incredible! 🌲 🎉

@byorgey
Copy link
Member

byorgey commented Oct 15, 2024

Also, yet more inspiration for me to keep working on #495 - I really want to be able to import this!

@xsebek
Copy link
Member Author

xsebek commented Oct 18, 2024

I have some ideas for improvement, but I will leave them for another PR. 🙂

@xsebek xsebek added the merge me Trigger the merge process of the Pull request. label Oct 18, 2024
@mergify mergify bot merged commit 050bde8 into main Oct 18, 2024
9 checks passed
@mergify mergify bot deleted the dict branch October 18, 2024 13:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge me Trigger the merge process of the Pull request.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants