Question d’entretien chez Infrrd

Form a maximum number from given list of integer array.

Réponses aux questions d'entretien

Utilisateur anonyme

9 août 2017

Using comparator sort the list...

2

Utilisateur anonyme

16 mars 2018

Sort the array in descending order and then just form the number using sorted array. Simple.