Skip to content

jiricekcz/graph.cc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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).