Netcore interview question

Unexpected Question: Sort an Array without using Native Function.

Interview Answer

Anonymous

17 Nov 2014

use bubble sort algorithm which contains of two for loop.

1