OpenGenus/cosmos

Median of Medians Algorithm

Open

#639 ouverte le 5 oct. 2017

Voir sur GitHub
 (1 commentaire) (0 réactions) (0 assignés)C++ (3 724 forks)batch import
Hacktoberfestadd codenew algorithm

Métriques du dépôt

Stars
 (13 462 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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++.

Guide contributeur