Recursive Maze Solving

Channel:
Subscribers:
2,670
Published on ● Video Link: https://www.youtube.com/watch?v=Qvvadqc8S5s



Duration: 53:48
243 views
1


Today we did a coding competition for most of the class. The task was to create a program that could solve a maze recursively. It takes about five minutes to write, but you can skip the first minute or two of it as I'm just figuring out what part of my old code I needed to delete to show a recursive implementation.


I then talked about how to debug code like that, explained the call stack on recursive functions, and gave a brief overview of GDB.







Tags:
csci 26
maze
recursion