Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 259 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 259 Bytes

Graph CC

graph.cc is a Node.js library, that implements the graph mathematical structure and allows you to run algorithms on it. Algorithms are usually availible both in JavaScript variant (running in js) and native variant (running in a native c++ module).