Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 628 Bytes

File metadata and controls

18 lines (15 loc) · 628 Bytes

Graphen-Programm

This is a product created by Lennard Stubbe to create graphs.

The following functions are included:

  • Create any number of nodes
  • Joining nodes with edges
  • The edges have changeable weights
  • The nodes can be renamed
  • Select multiple nodes or edges to move, delete or rename
  • Move nodes as well as edges aligned to grid (local and global)
  • Save and load graphs
  • Keyboard shortcuts
  • Menu with all functions at the bottom
  • Animated calculation of the shortest path, using the Dijkstra algorithm
  • Animated display of the calculation process of the Dijkstra algorithm
  • Undo and redo the actions made