Posts by túlio • 23 points
1 post
-
2
votes1
answer2197
viewsQ: Bubble Sort in list
I’m trying to order a simple chained list, but I’m not succeeding, only changes the first node because the value is smaller, the rest does not change. void ordenar(lista **l) { int tam =…