kpack18 / kpack18.github.io

CSE 442 Path Algorithm Visualizer
2 stars 0 forks source link

Breadth First Search Algorithm #10

Closed kpack18 closed 6 years ago

kpack18 commented 6 years ago

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.

kpack18 commented 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