FDM Group interview question

How you implement the bubble sort?

Interview Answer

Anonymous

19 Oct 2018

Using the inner for loop. Everytime only need to change the position of two value If the element on left bigger than the right one.