Tagged Questions
3
votes
1answer
302 views
Some questions with pacman path finding
I have learned about A*, BFS, DFS and can implement them pretty well. However, some problems arise when I try to do that in solving pacman path finding problem. Let's assuming there're only two types ...