Advertisement
ithoran

nece

Mar 24th, 2016
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.15 KB | None | 0 0
  1. //kek
  2.  
  3. if (prvi->info > (prvi->next)->info) {
  4.             pom = prvi->next;
  5.             prvi->next = pom->next;
  6.             pom->next = prvi;
  7.             prvi = pom;
  8.             head = prvi;
  9.         }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement