Skip to content

v0.8.0 - Dijkstra

Compare
Choose a tag to compare
@Arxari Arxari released this 06 Sep 20:05
· 27 commits to main since this release
8705502

Changelog

  • Users are now able to create and log into accounts, create alarms unique to those accounts and those alarms can run parallel to the alarms of other users (Issue #1)

Edsger W. Dijkstra created the shortest path algorithm (known as Dijkstra’s algorithm) which finds the shortest path between nodes in a weighted graph. This is used to optimize network routing protocols (also used in GPS and Game pathfinding)