Question d’entretien chez Tripadvisor

Find the second max number in an unsorted array

Réponse à la question d'entretien

Utilisateur anonyme

1 mai 2017

This can be solved with a max heap (priority queues in java).