Entain India Interview Question

1.Sort an array without using any inbuilt methods?

Interview Answer

Anonymous

May 2, 2019

Use two for loops and replace the values to achieve the result.