D

Dijkstra's Algorithm in GUI

A Java application that helps visualise Dijkstra's Algorithm using GUI

333

The problem Dijkstra's Algorithm in GUI solves

A simple application developed using Java that helps visualise Dijkstra's algorithm. It asks the user to input the graph (nodes and edges) and shows the output of DIjkstra's algorithm between specified source and destination.

Technologies used

Discussion