An open API service indexing awesome lists of open source software.

https://github.com/siara-cc/wbansimulator

Visual implementation of Dijkstra's algorithm (academic project)
https://github.com/siara-cc/wbansimulator

dijkstra dijkstra-algorithm dijkstra-shortest-path swing-gui

Last synced: 4 months ago
JSON representation

Visual implementation of Dijkstra's algorithm (academic project)

Awesome Lists containing this project

README

        

# WBANSimulator
This academic project helps visualize the functioning of Wireless Body Area Networks and provides a basis for actual implementations.

In addition, from technical point of view, the project demonstrates the following concepts:
* Use of Java Swing framework for interactively placing graphical objects on a co-ordinate plane.
* Use of trigonometrical calculations to draw arrows.
* Visual implementation of Dijkstra's algorithm.
* Use of background threads and timers.