SelectSmart.comSelectSmart.com
Before you decide
Over 20,000 selectors
's flowchart create and edit page

▷ ▶ Bubble Sort SelectSmart.com free Computer flowcharts and decision trees.
ComputerBubble Sort
By
Category: Computer. Viewed 626 times. Created September 2016.     Disclaimer.   
    Make your own flowchart
                
RATE THIS
FLOWCHART








               
Begin
 
 
 
 









iterations = 1; x = 0;
 
 
 
 









 
iterations++;
 
 
 



NO






iterations < N
YES
x < N -2
x++;
 
 

NO


YES






End
array[x] > array[x+1]
NO
 
 
 



YES






 
temp = array[x+1] array[x+1] = array[x] array[x] = temp