coderick14 / GraphPlotter

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

###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


Languages

Language:JavaScript 89.1%Language:HTML 6.3%Language:CSS 4.6%