kanwei / algorithms

Ruby algorithms and data structures. C extensions
http://kanwei.github.io/algorithms/
MIT License
2.67k stars 352 forks source link

RL: fixing #partition function in order to enable alternative quicksort implementation. #32

Closed rlishtaba closed 3 years ago

rlishtaba commented 8 years ago
  1. Fixing #partition function in order to enable alternative quicksort implementation.
  2. Fixing unhandled exception if user does not have rbench executable globally available.