SkillAgentSearch skills...

GraphPlotter

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

Install / Use

/learn @coderick14/GraphPlotter
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated2y ago
Forks0

Languages

JavaScript

Security Score

60/100

Audited on Aug 23, 2023

No findings