Posts by VictorMello1993 • 13 points
2 posts
-
0
votes1
answer406
viewsQ: Problem removing the first node from the double-chained list
Good night, I am trying to solve a question that asked to remove students whose CR is less than 5. My biggest problem is to remove the first node (first student) from a doubly chained list when…
-
0
votes1
answer1589
viewsQ: Double chained list printing in reverse order
Good morning, this is my first post here at Stack Overflow. I was trying to get a double-chained list printed in reverse order. However, after going through this list in reverse, it produced the…