Posts by fullone • 11 points
2 posts
-
1
votes1
answer1487
viewsA: Chained list in C - Reversing nodes recursively
After realizing that the strategy of reversing the list meets the statement, everything cleared. I was focused on treating the equidistant pairs of the list, making the solution difficult. Even the…
-
0
votes1
answer1487
viewsQ: Chained list in C - Reversing nodes recursively
I’m following the notes of Algorithm Projects by Professor Paulo Feofiloff, and I’m having a hard time solving a question from the Chained Lists, transcript to follow: Exercises 5 Write a function…