Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.23 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.23 KB

Graphlib monorepo

Graphlib is a JavaScript library that provides data structures for undirected and directed multi-graphs along with algorithms that can be used with them.

This is a monorepo, which means several packages can be published from here. For the Graphlib package, go to:

Package Badges
Graphlib NPM version License Dependencies

About this version

This is a TypeScript port of Graphlib and probably soon several of its companion libraries. Graphlib was originally written and maintained by Chris Pettitt.

I, Brian Crowell, am exploring Graphlib and its other libraries. I am publishing my packages, but at this time I am not committing to maintaining them, and I certainly don't guarantee I won't make breaking changes in the future. I am happy to accept pull requests, though.

You can find the original Graphlib here.

License

Graphlib is licensed under the terms of the MIT License. See the LICENSE file for details.