https://github.com/mauriciopoppe/graph
A discrete math graph library
https://github.com/mauriciopoppe/graph
directed-graph discrete-mathematics edge graph-theory graphs multigraph undirected-graphs vertex
Last synced: about 1 month ago
JSON representation
A discrete math graph library
- Host: GitHub
- URL: https://github.com/mauriciopoppe/graph
- Owner: mauriciopoppe
- License: mit
- Created: 2017-07-20T03:15:53.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T22:23:59.000Z (almost 4 years ago)
- Last Synced: 2025-02-01T07:41:51.473Z (3 months ago)
- Topics: directed-graph, discrete-mathematics, edge, graph-theory, graphs, multigraph, undirected-graphs, vertex
- Language: TypeScript
- Homepage: https://mauriciopoppe.github.io/graph/
- Size: 861 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Graph
[](https://www.npmjs.org/package/@mauriciopoppe/graph)
[](https://travis-ci.com/mauriciopoppe/graph)
[](https://david-dm.org/mauriciopoppe/graph)
[](https://codecov.io/gh/mauriciopoppe/graph)> WIP
A fork of the awesome https://github.com/cpettitt/graphlib with the following characteristics:
- written in TypeScript
- `Graph` class extends `EventEmitter` ([`eventemitter3`](https://github.com/primus/eventemitter3))## Installation
```
npm install @mauriciopoppe/graph
```## Usage
See the [`examples`](https://github.com/mauriciopoppe/graph/tree/master/examples)
## API
https://mauriciopoppe.github.io/graph/
2017 MIT © Mauricio Poppe