OpenGenus/cosmos

Median of Medians Algorithm

Open

#639 geöffnet am 5. Okt. 2017

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)C++ (3.724 Forks)batch import
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++.

Contributor Guide