D

Djikstra algorithm visualization

Simple java based gui application to visualize djikstra's algorithm , using a simple user-interface that enables editing/making graphs just a matter of few minutes.

21

The problem Djikstra algorithm visualization solves

Many students find it difficult to visualize and understand djikstra's algorithm , this simple java based application attempts to facilitate the learning experience of students by providing a simple easy to use interface for running djikstra's algorithm and understanding how it actually works through animation.

Challenges I ran into

Running multiple animations at once was a difficult task,we had to use mulithreading to allow multiple animations to run.

Technologies used

Discussion