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

https://github.com/adonig/typescript-graph-library

A little TypeScript graph theory library.
https://github.com/adonig/typescript-graph-library

data-structures datastructures directed-graphs graph-algorithms graph-api graph-datastructures graph-theory graphs typescript typescript-library undirected-graphs

Last synced: about 1 month ago
JSON representation

A little TypeScript graph theory library.

Awesome Lists containing this project

README

          

# TypeScript Graph Theory

I had to calculate a shortest path, so I wrote this little TypeScript graph theory library inspired by [JGraphT](https://jgrapht.org/).

Used [alexjoverm](https://github.com/alexjoverm)'s awesome [typescript-library-starter](https://github.com/alexjoverm/typescript-library-starter).