Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //kek
- if (prvi->info > (prvi->next)->info) {
- pom = prvi->next;
- prvi->next = pom->next;
- pom->next = prvi;
- prvi = pom;
- head = prvi;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement