Question d’entretien chez Microsoft

How can you find percentile? Write code

Réponse à la question d'entretien

Utilisateur anonyme

30 avr. 2017

I suggest optimal solution using "quick find algorithm" But the man ask for more slow and naive solution. I suggest to use sort solution with nlogn complexity.

1