Guest User

Untitled

a guest
Apr 18th, 2012
17
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Sort(Array A)
  2. for counter <-0/1 to length[A] |
  3. klein <- A[counter] |
  4. for i <- counter to length[A] |
  5. if A[i] < klein |
  6. tmp <- klein |
  7. klein <- A[i] |
  8. A[i] <- tmp |
Advertisement
Add Comment
Please, Sign In to add comment