Posts by Enrico Robazza • 11 points
1 post
-
1
votes1
answer65
viewsQ: Segmentation Fault in Double Chained Lists
I’m having a problem implementing double-chained lists, my code is as follows:: #include <stdio.h> #include <stdlib.h> struct MoveList { int curRow, curCol, newRow, newCol, isEat; struct…
casked Enrico Robazza 11