@jlguenego/graph
v0.0.2
Published
Graph theory library
Downloads
2
Readme
Graph
Graph Theory
This library covers the concept exposed in the 1972 book from Aho & Ullman, The Theory of Parsing, Translation, and Compiling.
Install
npm i @jlguenego/graph
This library exposes both:
- ES2015 module that can be tree-shaked by Webpack for Angular etc.
- CommonJS module for traditionnal node way.
It is ready to use for both browsers and node app.
Usage
// TODO: give an example.
API
Examples
See all examples in the test suite.
Participating
Do not hesitate to bring your contribution to this project. Fork and Pull Request are welcome.
Bibliography
License
ISC
Author
Jean-Louis GUENEGO [email protected]