Repository
Current version released
2 years ago
Versions
Deno Graphlib
Deno Graphlib provides a simple API for creating and manipulating graphs.
The Graph
class makes use of Set
s and Map
s
It also exposes a few algorithms for traversing the graph and measuring similarity between nodes.