js-graph-algorithms
Package implements data structures and algorithms for processing various types of graphs
toposort
Topological sort of directed ascyclic graphs (like dependecy lists)
d3-force
Force-directed graph layout using velocity Verlet integration.
dijkstrajs
A simple JavaScript implementation of Dijkstra's single-source shortest-paths algorithm.