Question d’entretien chez WorldQuant

What is the complexity of the Quick Sort algorithm?

Réponses aux questions d'entretien

Utilisateur anonyme

5 déc. 2018

O(nlogn)

Utilisateur anonyme

14 nov. 2019

O(.) is for the upper bound, so it should be O(N^2).