Releases: RyanAlbertson/Algorithm_Visualizer
Releases · RyanAlbertson/Algorithm_Visualizer
Algorithm Visualizer 1.0.7
Added Features
- Bellman-Ford Algorithm
- Floyd-Warshall Algorithm
Improvements
- The "choose source and target node" prompt will now disappear during animations
Algorithm Visualizer 1.0.6
Added Features
- A* Search Algorithm
Algorithm Visualizer 1.0.5
Added Features
- Reverse Delete Algorithm
Bug Fixes
- Stop button properly works while animation is paused
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.
Algorithm Visualizer 1.0.3
Added features
- Minimum Spanning Tree algorithms
- Kruskal's Algorithm
- Prim's Algorithm
Improvements
- More responsive node selection
- GIFs available in README
Bug Fixes
- Dijkstra's algorithm animation no longer skips coloring the adjacent edges of the final visited node
Algorithm Visualizer 1.0.2
Added features
- Change speed of algorithm animations
Improvements
- Redesigned depth-first search, breadth-first search, and Dijkstra's algorithm to provide a performance upgrade with regards to time and memory
- Removed file reading/writing. All data is now stored in data structures
- Greatly reduced file size
Algorithm Visualizer 1.0.1
Added features
- Breadth-First Search
- Depth-First Search
- Dijkstra's Algorithm
Algorithm Visualizer 1.0
Added features
- Breadth-First Search
- Depth-First Search
- Dijkstra's Algorithm