Closed kpack18 closed 6 years ago
test: test_Algorithm
The first set of tests are dedicated to testing the effect of breadth first search on several different grids:
1.) Where the start and end point are the same 2.) Where no path exists 3.) Multiple complex grid path's
As Mathew Hertz I would like to run a BFS algorithm on my maze so i can see how it's execution is visualized in my program.