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

Add link/cut tree #808

Closed
wants to merge 12 commits into from
Closed

Add link/cut tree #808

wants to merge 12 commits into from

Conversation

hannes-uppman
Copy link

Add a simple implementation of Sleator and Tarjan's Link/Cut Tree data structure (https://en.wikipedia.org/wiki/Link/cut_tree)

@hannes-uppman
Copy link
Author

Reading #479 (comment) I see that no new data structures will be accepted into the package. Do you know of another package that might be suitable for this data structure, or should I register my own? Suggestions appreciated! Thanks!

@oxinabox
Copy link
Member

I suggest registering your own package.
It is easy to maintain a little package for one data structure.

@hannes-uppman
Copy link
Author

Thank you for input @oxinabox. I have followed the suggestion and created (and registered) a new package: https://github.com/hannes-uppman/LinkCutTrees.jl

@hannes-uppman hannes-uppman deleted the link-cut-tree branch May 2, 2022 20:48
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.

2 participants