graph-tools
v0.1.2
Published
A graph lib based on graphlib and write in typescript
Readme
graph-lib
Based on graphlib, written in TypeScript.
Usage
npm install graph-toolsconst { Graph, json, alg } = require('graph-tools')
const g = new Graph()
g.setNode('a')TODO
- add benchmark
- add doc
