What will I learn?
In this puzzle, you have to work on a complete pathfinding problem. You may need to learn about pruning to optimize your algorithm.
External resources
Breadth First SearchPathfindingPruningA*Learning Opportunities
This puzzle can be solved using the following concepts. Practice using these concepts and improve your skills.
Statement
Guide the clones towards the exit of the maze. You have to find the shortest way out of the labyrinth, and you will have to create openings in the maze to create a path, meaning you will want to place these strategically to create the shortest path yourself.
A higher resolution is required to access the IDE
Story
The difficult puzzle is the second of the two exercises proposed for the challenge « Don't Panic ». Before you solve it, try out the first level, « Don't Panic - Episode 1 ».