An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# Graph

[![npm status](http://img.shields.io/npm/v/@mauriciopoppe/graph.svg)](https://www.npmjs.org/package/@mauriciopoppe/graph)
[![Build Status](https://travis-ci.com/mauriciopoppe/graph.svg?branch=master)](https://travis-ci.com/mauriciopoppe/graph)
[![dependency status](https://david-dm.org/mauriciopoppe/graph.svg)](https://david-dm.org/mauriciopoppe/graph)
[![codecov](https://codecov.io/gh/mauriciopoppe/graph/branch/master/graph/badge.svg)](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