Pergunta de entrevista da empresa Microsoft

How can you find percentile? Write code

Resposta da entrevista

Sigiloso

30 de abr. de 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