N
Norbert
Hello,
Just recently I started experimenting with maze search algorithms. I
was always interested in game programming, and thought I would have a
go. At the moment I have written a Depth-first search and
Breadth-first search.
I would be interested to compare these to a Iterative deepening
search, and A* algorithm. The web has much information regarding
these, though I can really understand all the mathamatics.
I would very much appreciate of some guidance in writing these search
method.
Thank you
Just recently I started experimenting with maze search algorithms. I
was always interested in game programming, and thought I would have a
go. At the moment I have written a Depth-first search and
Breadth-first search.
I would be interested to compare these to a Iterative deepening
search, and A* algorithm. The web has much information regarding
these, though I can really understand all the mathamatics.
I would very much appreciate of some guidance in writing these search
method.
Thank you