Question d’entretien chez Accenture

The technical interviewer had me write some code to sort a simple number array.

Réponses aux questions d'entretien

Utilisateur anonyme

12 mai 2017

Kind of blanked but worked my way through it and developed an inefficient-but-effective insertion array sorting code (C#)

Utilisateur anonyme

24 déc. 2019

You can sort it using array.sort();