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
- Host: GitHub
- URL: https://github.com/roppa/graph-example
- Owner: roppa
- License: mit
- Created: 2018-03-11T16:10:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T17:31:23.000Z (almost 8 years ago)
- Last Synced: 2025-02-14T18:36:30.441Z (over 1 year ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.