EvgenyKarkan / EKAlgorithms

EKAlgorithms contains some well known CS algorithms & data structures.
MIT License
2.42k stars 362 forks source link

Add AVL Tree data structure with insert and delete operation #59

Closed evianzhow closed 10 years ago

evianzhow commented 10 years ago

EKAVLTree class doesn't have much relation with EKBSTree, so it is inherit from NSObject and just copy a few lines of code from EKBSTree. Same as EKAVLTreeNode. I expect someone can help me improve it. Unit test will be added in future commitments. :)

EvgenyKarkan commented 10 years ago

Thanks!

EvgenyKarkan commented 10 years ago

I will update Readme file with new algorithm.