0
Can someone tell me why this code does absolutely nothing when it should reorder the elements in increasing value?
2 odpowiedzi
+ 3
Problem in `solver` method, please review Bubble sort implementation 👇
https://www.sololearn.com/learn/651/?ref=app
0
in swap part after if() use cur+1 instead cur++
and don't forget reset timer after while() in next while() loop