A Java project to visualise graphs (G = V,E).
I eventually want to make this a graphing tool with different algorithms and so. (Kruskals, Dijkstras and DFS/BFS).
- More Readable Weight
- Kruskals Algorithm (MST).
- Dark and Light mode for picky users.
Added Dijkstra's Algorithm