v0.8.0 - Dijkstra
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)