Question d’entretien chez Deloitte

get the nth highest value from a list of numbers without using a for loop

Réponse à la question d'entretien

Utilisateur anonyme

28 août 2017

This is an easy question but I couldn't concentrate and think at that moment. I was missing my IDE to start typing code to know what to do. so soln' should be to sort the list and put it in a set to weed out duplicates and then put it back in another list and do get(nth value) .