Hacktoberfestadd codenew algorithm
Repository metrics
- Stars
- (13,462 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
https://en.wikipedia.org/wiki/Median_of_medians This is a mathematical algorithm used to find a good pivot point - the median. I'll write the solution in C++.