EvgenyKarkan / EKAlgorithms

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

Reimplementation of EKAVLTreeNode without compareSelector property #100

Closed shrtlist closed 8 years ago

shrtlist commented 8 years ago

Uses isGreaterThan:, isLessThan:, and isEqualTo: methods for comparison.

EvgenyKarkan commented 8 years ago

Hi @shrtlist Will merge your PRs later today. Thanks for the contribution.