Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 709 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 709 Bytes

graphTheory-Visualizer

Project made to visualize operations that can be done in a graph, such as BFS,DFS,Kruskal and Dijkstra.
The goal was to have a continuous display of the various operations, so that if the graph changes while the operation is in progress, the display changes too.

You can access it here (works best on desktop): https://giggiox.github.io/graphTheory-Visualizer/

interface:

other examples:
depth-first search:

dijkstra shortest path between 2 vertices:

kruskal minimum spanning tree:

Project made using p5js and TypeScript.