cortez v0.1.2
Graph data structure
Installation
npm i --save cortez
Why?
Cortez is a graph data structure written in ES6 decoupling structure from content to merging of different graphs and concurrent graph modification in a distributed environment.
Features / Usage
The ES5 code is in the dist folder, while the src folder contains the ES6 sources.
Documentation
Install the package and open docs/index.html in the browser
Roadmap
- Detail features
- Add support for undirected graphs
- Add a suite of basic algorithms such as graph search and coverage
Licensing
This package is released under the MIT License