This algorithm is finding a exit path into a labirinth using BFS method(uninformed).
It doesn't run as intended, because of the line "F_start->next=F_stop;" it works at the first iteration (I get...