A
A
Anton Shamanov2014-07-15 19:41:12
Algorithms
Anton Shamanov, 2014-07-15 19:41:12

What algorithm for passing the maze is optimal?

Task: there is a maze of 100x100 cells, the bot must bypass it completely or at least most of it.
I met algorithms for optimal passage from point A to point B, so when a similar problem arose, I decided to look for some kind of optimal solution, or will I have to solve the problem head-on?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
T
throughtheether, 2014-07-15
@SilenceOfWinter

Breadth-First Search seems to work just fine.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question