Algorithm Visualizer 1.0.4
Improvements
- Dijkstra's algorithm no longer slows down towards the end of its animation.
- .JAR has been wrapped into an executable.
- README has been updated.
Bug Fixes
- Depth First Search correctly stops exactly when the target node is found.
Code Refactors
- Concurrency is now implemented more safely.
- Improved code reusability.