What I need is a JavaScript implementation of pure mathematical graphs. To be clear I DON\'T mean graph visualization libraries like sigma.js or d3.js.
The library I
There is also js-graph-algorithms, which seems pretty clean and has several algorithms. Its api is pretty basic though.