Collection of various algorithms in mathematics, machine learning, computer science and physics implemented in C++ for educational purposes.
30.82k
stars
7.28k
forks
source link
feat: Add quickselect algorithm #2904
Open
graph-theorist opened 1 week ago
Description of Change
The Feature Request for this PR: #2781.
Checklist
Referenced the median of medians algorithm to select a pivot for quickselect.