Shortest Path Algorithm Visualizer
This is a short project I built to visualize Dijkstra’s shortest path finding algorithm. User’s can select an end-point and the app will find the shortest path to that point from (0,0) using Dijkstra’s algorithm.
What I Used:
Swift
UIKit
100% Programmatic UI