Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upAdd quickselect algorithm #6
Comments
|
It'd be fun to do Floyd-Rivest as well, or maybe mention it in the video as a fun challenge :) |
|
I am going to implement this algorithm |
|
@nelzex there's already a PR for this: #163 |
|
Ok thanks |


Add quickselect algorithm. Quickselect is a selection algorithm to find the kth smallest element in an unordered list.