Domanda di colloquio di Infrrd

Form a maximum number from given list of integer array.

Risposte di colloquio

Anonimo

9 ago 2017

Using comparator sort the list...

2

Anonimo

16 mar 2018

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