Skip to content

bansaljatin05/GraphWiz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GraphWiz

This is a web application developed using React JS. Live version of the application can be accessed at https://graphwiz.netlify.app/

Functionalities of the Project:

  • Nodes are created by clicking on the screen.
  • An edge (unweighted) can be created either by clicking on the ends of the edge or by entering its ends as input.
  • The nodes can be dragged across the screen, and all edges reconfigure themselves according to new positions of the dragged vertices accordingly.
  • Graph can also be given as input by entering number of verices, number of edges and the end of each edge.
  • BFS, DFS algortihms can be implemented on constructed graph or input graph, starting with the selected vertex.

Functionalities to be implemented:

  • Adding weighted edges in the graph.

To run the project:

$ git clone https://github.com/bansaljatin05/GraphWiz.git
$ cd GraphWiz
$ npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published