Is there any JavaScript libraries for graph operations and algorithms?

后端 未结 6 1579
北恋
北恋 2020-12-28 15:36

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

6条回答
  •  旧时难觅i
    2020-12-28 16:21

    Before few months I created a repository with implementations of different CS algorithms in JavaScript. There are also few algorithms with graphs. I plan to extend it (spanning trees, heuristic algorithms probably chromatic graphs) but since then I think that there are still few algorithms which could help you.

提交回复
热议问题