This project is a React + TypeScript + Vite application that teaches Dijkstra's Algorithm through a restaurant meeting-point problem. Two friends start on opposite sides of a coordinate grid. Several ...
When Edsger W. Dijkstra published his algorithm in 1959, computer networks were barely a thing. The algorithm in question found the shortest path between any two nodes on a graph, with a variant ...