nikbackflip / visual-ads-help

A web tool to build, edit and analyze graphs

Home Page:http://vadsh.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Visual Graphs Help

A web tool to build, edit and analyze graphs. Great help for students and developers studying algorithms and data structures.

Capabilities

  • build a graph and translate it into adjacency matrix, adjacency list or Java code

build_demo

  • visualize a graph from a given adjacency matrix or adjacency list

  • generate a random graph with desired predefined properties

random_demo

  • run algorithms and visualize the results

task_demo

Supported algorithms:

  • Find Tree Center
  • Find Shortest Path - Dijkstra's
  • Find Shortest Path - Bellman-Ford
  • Find Minimum Spanning Tree
  • Find Strongly Connected Components
  • Find Bridges
  • Find Articulation Points
  • Find Shortest Path - DAG
  • Find Longest Path - DAG
  • Find Topological Order
  • Find Eulerian Path

Visit for a Demo: vadsh.com

About

A web tool to build, edit and analyze graphs

http://vadsh.com


Languages

Language:Java 69.5%Language:JavaScript 29.8%Language:CSS 0.6%Language:HTML 0.1%Language:Dockerfile 0.0%