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

Implicit key splay tree #21

Open
kalabukdima opened this issue Oct 26, 2017 · 1 comment
Open

Implicit key splay tree #21

kalabukdima opened this issue Oct 26, 2017 · 1 comment

Comments

@kalabukdima
Copy link

Hello. I have seen your implementation of splay tree data structure. I want to propose quiet different data structure - splay tree with implicit key (not sure about naming). It doesn't support finding elements by key. Instead, it allows to emulate sequence of elements and supports concatenating, splitting and reversing with log(n) complexity in average.
For better explanation refer to this post.
You can find my implementation here.
It is written for c++14 and with Google style guide. I can fix it and create PR if you are interested.

@moghya
Copy link
Owner

moghya commented Oct 31, 2017

@kalabukdima sorry for late reply. I went through your PR and thanks for it. Please consider requested changes.
Thanks 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants