Project 3: AI Search using Depth First Search
Recap My first two projects implemented for searching via Best first and Breadth first algorithms. New environment Even though, depth first search CAN be easily implemented on the same grid environment, I will get much more practice by creating a new one. ...
read more