Skip to content

DynamicPranjal/graphAlgorithmVisualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Graph Visualizer Website shields.ioLogo

Draw your own graphs and visualize the most common graph algorithms

This web application allows you to draw a graph from zero, with possibility of directed and weighted edges, and visualize different algorithms for graphs known in CS.

Features

  • Draw a graph, with undirected/directed and unweighted/weighted edges
  • Visualize multiple graph algorithms
  • Keep your graph in JSON format text that can be used to recover the graph in any moment

Built with

Algorithms

Currently it has 7 different algorithms

  • Breadth-first search
  • Depth-first search
  • Topological sort
  • Dijkstra's algorithm
  • Bellman-Ford algoritm
  • Kruskal
  • Prim

Made in a way that is relatively simple to add more algorithms

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published