Hacktoberfestadd codenew algorithm
Repository-Metriken
- Stars
- (13.462 Stars)
- PR-Merge-Metriken
- (Keine gemergten PRs in 30 T)
Beschreibung
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++.