kpack18 / kpack18.github.io

CSE 442 Path Algorithm Visualizer
2 stars 0 forks source link

Tile Weights Effect Algorithm #58

Closed kpack18 closed 5 years ago

kpack18 commented 5 years ago

Unit: Tests in test_Weights:

Creates multiple grid's with different weight pairings and runs breadth first search on them. They will pass if the algorithm output's the correct path, which will differ from that of a bfs without weights.