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

https://github.com/maxmindlin/graph-stuff


https://github.com/maxmindlin/graph-stuff

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

A playground repo for me to explore graph implementations and algorithms. Nothing here is considered done.

## TODO

- [ ] many of the algorithms are implemented across a generic *adjacency-matrix* graph. For many algorithms this is actually sub-optimal. Implement a adjacency-list graph and then have the algorithms being generic over either.