Frage im Vorstellungsgespräch bei Manhattan Associates

I was asked to write a java code to sort an array of dynamic size.

Antwort im Vorstellungsgespräch

Anonym

16. Jan. 2019

Initially, I wrote using Arrays.sort(). Then they asked me to define the logic. so, i used bubble sort.