Skip to main content
Deno 2 is finally here 🎉️
Learn more

Deno Graphlib

Deno Graphlib provides a simple API for creating and manipulating graphs.

The Graph class makes use of Sets and Maps

It also exposes a few algorithms for traversing the graph and measuring similarity between nodes.