Recommended Platform: Chrome
Link: https://visualise-it-production.up.railway.app/
This web tool helps students learn about basic graph theory and traversal algorithms. Students can create their own graphs via edge lists, adjacency lists,
and adjacency matrices. Available traversal algorithms are Breadth-first Search, Depth-first Search, and Dijkstra's Shortest Path. While these algorithms
run, the interface displays the associated data structure (e.g., stacks, min/max/prioirity queues, and distance tables).
Frameworks/Languages: JS, NodeJS, Cytoscape (graph visualization)