FDM Group Interview Question

How you implement the bubble sort?

Interview Answer

Anonymous

Oct 19, 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.