OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.57k stars 3.69k forks source link

Add Splay tree in any language #918

Open AdiChat opened 7 years ago

AdiChat commented 7 years ago

Add the code for Splay tree in any language ( C, C++, Go, Python, JavaScript, Swift or any other)

The code should be placed at code/data structures/ splay tree

Sample code in Java: see

Note: multiple contributors can work on this issue as it has multiple parts (languages)

Your pull request will be reviewed by maintainers instantly.

For contribution guidelines, see this

If you need any help, let us know.

riyapannu7 commented 7 years ago

Can i implement this using C++?

AdiChat commented 7 years ago

Sure @riyapannu7 Go for it 👍

akhil117 commented 7 years ago

Can I implement in C?

AdiChat commented 7 years ago

Sure @akhil117 Go for it 👍

chase commented 7 years ago

978 Implementation in Kotlin