Posts by João • 53 points
1 post
-
5
votes1
answer179
viewsQ: Segmentation fault: branch and bound in c
I have a persistent error in my code. My goal is to find the way in a maze mounted on an array with an algorithm like branch and bound. Follows the code: FILE *ent; FILE *saida; int NL; int temp;…