Skip to content

Releases: Samuele458/visual-dijkstra

Visual Dijkstra 1.3.0

29 May 23:45
Compare
Choose a tag to compare
  • Calculation of the adjacency matrix, with CSV export.
  • Bug fixes.
  • Qt 5.9.5 backwards compatibility.
  • UI improved

Visual Dijkstra 1.2.0

03 May 07:34
Compare
Choose a tag to compare

New features added:

  • Dijkstra's algorithm fixed. Now it just shows effective steps.
  • Added comments in step-by-step solution table.

Visual Dijkstra 1.1.0

11 Apr 14:38
Compare
Choose a tag to compare

New features added:

  • Context menu on graph, for creating/removing/editing nodes and edges
  • Settings dialog
  • Ability to set Light mode, Dark mode, or choosing custom colors for UI
  • Bug fixes

Visual Dijkstra 1.0

05 Mar 15:26
Compare
Choose a tag to compare

First stable release of Visual Dijkstra.

Basic features:

  • Ability to create, edit, save, and load a graph.
  • Ability to find the shortest path between two nodes, by using Dijkstra's algorithm.
  • Step-by-step solution of Dijkstra's algorithm