Skip to content

Web Application to plot undirected and/or directed graphs, along with MST

Notifications You must be signed in to change notification settings

coderick14/GraphPlotter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

###Web Application to display graphs visually ####This will draw the graph, show the traversal orders for DFS and BFS, and also draw the MST(if it exists)

  • Clone the repository.
    git clone https://github.com/coderick14/GraphPlotter.git
  • Run graph.html
    • Enter the number of nodes and edges.
    • Click on Submit.
    • Enter the initial and terminal vertices and the weights for the edges.
    • Select the starting node for Breadth-First Search.
    • Once you are done entering the data for all the edges, you will get to see the graph.

Home Page
home-page-screenshot

Graph
graph-screenshot

About

Web Application to plot undirected and/or directed graphs, along with MST

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published