Skip to content

Releases: RyanAlbertson/Algorithm_Visualizer

Algorithm Visualizer 1.0.7

23 May 15:40
Compare
Choose a tag to compare

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

16 May 20:11
Compare
Choose a tag to compare

Added Features

  • A* Search Algorithm

Algorithm Visualizer 1.0.5

08 May 16:53
Compare
Choose a tag to compare

Added Features

  • Reverse Delete Algorithm

Bug Fixes

  • Stop button properly works while animation is paused

Algorithm Visualizer 1.0.4

01 May 04:56
Compare
Choose a tag to compare

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

14 Nov 05:50
Compare
Choose a tag to compare

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

07 Nov 05:57
Compare
Choose a tag to compare

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

02 Nov 05:08
Compare
Choose a tag to compare

Added features

  • Breadth-First Search
  • Depth-First Search
  • Dijkstra's Algorithm

Algorithm Visualizer 1.0

27 Oct 18:32
f6d6bf0
Compare
Choose a tag to compare

Added features

  • Breadth-First Search
  • Depth-First Search
  • Dijkstra's Algorithm