Skip to content

stiegerc/maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Path through a maze solver

Find the minimum number steps required to navigate a maze on a checkered field where some of the tiles are illegal. I was asked about this in a coding interview. This is my solution that I did after the interview when I had more time to make it look nice. The original problem was to find the minimum number of steps required to reach the finish. This version also finds and prints all of the shortest paths containing this minium number of steps.

Prerequisites

This needs a recent C++ compiler, nothing more.

Authors

Christian Stieger

About

Find shortest path through a 2D maze.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published