Pergunta de entrevista da empresa Accenture

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

Respostas da entrevista

Sigiloso

12 de mai. de 2017

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

Sigiloso

24 de dez. de 2019

You can sort it using array.sort();