V

Visualising Dijkstra's Algorithm

A simple java powered GUI application which helps one to understand Dijkstra's Alogrithm via animations and user interface.

93

The problem Visualising Dijkstra's Algorithm solves

With a very simple user interface , the application asks the user to enter the graph (which can also be imported from a text file),
select start and destination vertex and find the shortest path between them using the Dijkstra's Algorithm and highlights the path via animations.

Technologies used

Discussion