ashokdey / graphisual

A web application that lets the end users create graphs and visualize algorithms on them.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Graphisual

Graphisual - Web app to draw graphs and visualize algorithms. | Product Hunt Embed

This is a project which helps the end users draw graphs and visualize algorithms on them. It is bootstrapped using create-react-app and is created using TypeScript.

Features:-

  • Creation, deletion and movement of graph nodes.
  • Creation, deletion and weight modification of graph edges.
  • Visualization of Algorithms.

Algorithms supported:-

  • Breadth First Search Traversal.
  • Depth First Search Traversal.
  • Minimum Spanning Tree.
  • Dijkstra Path Finding Algorithm.

About

A web application that lets the end users create graphs and visualize algorithms on them.

License:MIT License


Languages

Language:TypeScript 80.5%Language:CSS 11.7%Language:HTML 5.4%Language:JavaScript 2.4%