LimeThaw / emu

A fun little collaborative library for data structures and algorithms written in Swift.
The Unlicense
1 stars 0 forks source link

AVL Tree #9

Open LimeThaw opened 6 years ago

LimeThaw commented 6 years ago

Implement an AVL Tree. https://en.wikipedia.org/wiki/AVL_tree

tierriminator commented 6 years ago

I already have a purely functional implementation ;)

LimeThaw commented 6 years ago

Okay, so maybe we can include that and add an object-oriented version?

tierriminator commented 6 years ago

Maybe we therefore want to make a seperate purely functional module?

LimeThaw commented 6 years ago

That's a possibility.