kpack18 / kpack18.github.io

CSE 442 Path Algorithm Visualizer
2 stars 0 forks source link

A* Algorithm #64

Closed kpack18 closed 5 years ago

kpack18 commented 5 years ago

As Mathew Hertz I Would like to run the A* algorithm to see how one with a very different approach to finding the shortest path differs from the others

kpack18 commented 5 years ago

Tests in test_Algorithm/test_Astar

They test the A*algorithm on several grids including: 1.) An empty 3x3 grid 2.) A 3x3 grid with a section of weights 3.) Two Larger complex paths with walls