Skip to content

Machine-ly/GraphIn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphIn

A graph algorithm visualising application, widely used by Students and teachers to visualise & understand graph algorithms better.

App Features

  • Draw Nodes
  • Create Edge (Directed / Undirected)
  • Edit an Edge (Weighted / Unweighted)
  • Select from provided algorithms
    1. Breadth First Search
    2. Depth First Search
    3. Dijkstra

Steps to clone locally

  1. Clone this repo
  2. Run Following command
    npm install
    npm run start
    

Access http://localhost:5000 to view the application