moghya / dsalglib

This is improved and stable version of dsalib ready to use C++ data structures and algorithms template library
http://moghya.me/dsalglib
29 stars 27 forks source link

Add ReversalTree #26

Closed kalabukdima closed 3 years ago

kalabukdima commented 6 years ago

Well, as you left my issue unanswered I decided to move on and offer a PR. This is an container-like implementation of splay tree on implicit key data structure. Closes #21.

kalabukdima commented 6 years ago

Oh, I forgot about not using standard library. Getting rid of memory and iterator deps would take quiet a lot of time for me. I won't be able to do it in near future, but I hope I will return and fix it later.

moghya commented 3 years ago

@kalabukdima Any plans of modifying this change ? Thanks.

kalabukdima commented 3 years ago

Totally forgot about it. I'll try to finish it next month, if it's still needed.

kalabukdima commented 3 years ago

Whoops, something went wrong while trying to push my updates. Seems that I can't update this PR now, so I've created a new one: #46