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

https://github.com/roppa/graph-example

Example Graph data structure
https://github.com/roppa/graph-example

Last synced: about 1 year ago
JSON representation

Example Graph data structure

Awesome Lists containing this project

README

          

# Graph Examples

First in the series is a DAG - [Directed Acyclic Graph](https://en.wikipedia.org/wiki/Directed_acyclic_graph) data structure.