graph-tools
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

graph-lib

Based on graphlib, written in TypeScript.

tested with jest Build Status Coverage Status

Usage

npm install graph-tools
const { Graph, json, alg } = require('graph-tools')

const g = new Graph()

g.setNode('a')

TODO

  • add benchmark
  • add doc

/graph-tools/

    Package Sidebar

    Install

    npm i graph-tools

    Weekly Downloads

    28

    Version

    0.1.2

    License

    MIT

    Last publish

    Collaborators

    • zhanba