Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thiagodnf/graph-js

A Javascript and HTML5 based Graph Editor
https://github.com/thiagodnf/graph-js

breadth-first-search depth-first-search djikstra graph javascript kruskal-algorithm library prim-algorithm topological-sort

Last synced: about 1 month ago
JSON representation

A Javascript and HTML5 based Graph Editor

Awesome Lists containing this project

README

        

**A Javascript and HTML5 based Graph Editor**

## Algorithms

This tool implements the following algorithms:
- Breadth-First Search - BFS
- Depth-First Search - DFS
- Topological sorting
- AGM Kruskal
- AGM Prim
- Dijkstra
- Bellman-Ford
- Graph Coloring

## Screenshots

## Developers
- [@thiagodnf](https://github.com/thiagodnf)
- [@yuriadams](https://github.com/yuriadams)