m2skills

bubble op

Apr 9th, 2017
324
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Enter the array to be sorted :
  2. 11, 7, 12, 14, 19, 1, 6, 18, 8, 20
  3. The List after applying Bubble Sort is :
  4. [1, 6, 7, 8, 11, 12, 14, 18, 19, 20]
  5.  
  6. Process finished with exit code 0
Add Comment
Please, Sign In to add comment