Search npm for packages to use with Deno
Add them to your projects with a simple command that will already feel familar.
graphology-shortest-path
Shortest path functions for graphology.
js-shortest-path
Shortest path strategies in JS
dijkstrajs
A simple JavaScript implementation of Dijkstra's single-source shortest-paths algorithm.
dijkstras-algorithm-ts
typescript implementation of the greedy first search djikstra's shortest path algorithm, compatible with javascript projects too of course
country-routing-algorithm
Graph based algorithm for traversing and finding the shortest path between two countries
a-star-search
A special case of best-first graph search that uses heuristics to improve speed. Define your 2D grid then add any blocked coordinates to the environment that must be avoided when generating the shortest path. Written in CoffeeScript.
js-graph-algorithms
Package implements data structures and algorithms for processing various types of graphs
graph-path-utils
Help to find the shortest path in a graph
graph-dijkstra
A simple undirected graph that allows for finding the shortest path between nodes via Dijkstra's algorithm
toposort
Topological sort of directed ascyclic graphs (like dependecy lists)
thegraph.io
A simple, minimal, no nonsense graph library with shortest-path finding.
graphlib
A directed and undirected multi-graph library
dependency-tree
Get the dependency tree of a module
toposort-class
Topological sort of directed acyclic graphs (like dependecy lists)
deps-sort
sort module-deps output for deterministic browserify bundles
sass-graph
Parse sass files and extract a graph of imports
dagre
Graph layout for JavaScript
module-deps
walk the dependency graph to generate json output that can be fed into browser-pack
graphology-simple-path
Simple path related functions for graphology.
tsort
Topological sort on directed graphs.