Guest User

Untitled

a guest
Dec 18th, 2018
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. for i in list - 1
  2. for j in list - 1
  3. if list[j] > list[j + 1]
  4. swap list[j] and list[j+1]
Add Comment
Please, Sign In to add comment