Skip to content
This repository has been archived by the owner on Jun 27, 2024. It is now read-only.

Latest commit

 

History

History
13 lines (8 loc) · 404 Bytes

README.md

File metadata and controls

13 lines (8 loc) · 404 Bytes

What is this?

  • A simple graph visualizer written with Qt. Based on this example.

Features and TODO list:

  • Dijkstra algorithm to find the shortest path between 2 nodes.
  • A modified Hungarian algorithm to find the minimum cost maxmium matching.
  • (Probably) A* algorithm.

Screenshots:

To be updated ...