Netcore interview question

Unexpected Question: Sort an Array without using Native Function.

Interview Answer

Anonymous

Nov 17, 2014

use bubble sort algorithm which contains of two for loop.

1