Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dagrejs/graphlib
A directed multi-graph library for JavaScript
https://github.com/dagrejs/graphlib
Last synced: 5 days ago
JSON representation
A directed multi-graph library for JavaScript
- Host: GitHub
- URL: https://github.com/dagrejs/graphlib
- Owner: dagrejs
- License: mit
- Created: 2013-08-24T04:17:21.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T13:11:14.000Z (4 months ago)
- Last Synced: 2024-10-29T15:11:02.145Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.17 MB
- Stars: 1,599
- Watchers: 45
- Forks: 234
- Open Issues: 36
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-node-based-uis - graphlib - Helpers for directed graphs in JS (Javascript Libraries / Graph Utilities)
README
> English | [中文](README_CN.md)
# GraphlibGraphlib is a JavaScript library that provides data structures for undirected
and directed multi-graphs along with algorithms that can be used with them.[![Build Status](https://github.com/dagrejs/graphlib/workflows/Build%20Status/badge.svg?branch=master)](https://github.com/dagrejs/graphlib/actions?query=workflow%3A%22Build+Status%22)
[![npm](https://img.shields.io/npm/v/@dagrejs/graphlib.svg)](https://www.npmjs.com/package/@dagrejs/graphlib)To learn more [see our Wiki](https://github.com/cpettitt/graphlib/wiki).
There are 2 versions on NPM, but only [the one in the DagreJs org](https://www.npmjs.com/package/@dagrejs/graphlib) is receiving updates right now.
# License
Graphlib is licensed under the terms of the MIT License. See the [LICENSE](LICENSE) file for details.
[npm package manager]: http://npmjs.org/