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

https://github.com/jonathanwoollett-light/basic-graph

A small library for very specific personally use of processing a DAG.
https://github.com/jonathanwoollett-light/basic-graph

Last synced: 9 months ago
JSON representation

A small library for very specific personally use of processing a DAG.

Awesome Lists containing this project

README

          

## Basic Graph

A small library for processing a [DAG](https://en.wikipedia.org/wiki/Directed_acyclic_graph).

#### Space Complexity

- **Best:** Ω(n)
- **Worst:** O(n log(n))