An open API service indexing awesome lists of open source software.

https://github.com/upupming/quick-select

Select k-smallest item in an array A in nearly 2n time using LAZY-SELECT. Also implemented naive sorting & linear select algorithm.
https://github.com/upupming/quick-select

algorithm lazy-selection random-algorithm select-algorithm

Last synced: 7 months ago
JSON representation

Select k-smallest item in an array A in nearly 2n time using LAZY-SELECT. Also implemented naive sorting & linear select algorithm.

Awesome Lists containing this project