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.
- Host: GitHub
- URL: https://github.com/adonig/typescript-graph-library
- Owner: adonig
- License: mit
- Created: 2018-11-26T13:57:34.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-26T14:04:32.000Z (almost 7 years ago)
- Last Synced: 2025-06-02T12:19:28.136Z (6 months ago)
- Topics: data-structures, datastructures, directed-graphs, graph-algorithms, graph-api, graph-datastructures, graph-theory, graphs, typescript, typescript-library, undirected-graphs
- Language: TypeScript
- Homepage:
- Size: 139 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).