Posts by ptr0x • 75 points
1 post
-
5
votes1
answer2507
viewsQ: Find and show the way - maze in C
Guys, someone can help me. I need to implement a recursive function that gets a maze and a current position. The labyrinth is given by an array of characters ("char") where ːX' represents a wall,…