This is a simple WPF application to visualize Dijkstra's and A* pathfinding algorithms. The application allows users to interactively create obstacles, move the start and end nodes, and see the ...
Download the archive Lab10.zip and extract the WeightGraph application. The application is similar to SimpleGraph except that it expects to read an edge-list from a file where the edges are weighted.