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: 24 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-11T11:09:43.000Z (7 months ago)
- Last Synced: 2024-05-15T04:44:56.600Z (6 months ago)
- Language: JavaScript
- Homepage:
- Size: 3.13 MB
- Stars: 1,536
- Watchers: 47
- Forks: 232
- Open Issues: 35
-
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/