Search results

10 packages found

M
Q
P

Graph. Javascript & Typescript Data Structure.

published 1.52.0 4 months ago
M
Q
P

find and identify a cycle in a directed graph

published 1.1.0 7 months ago
M
Q
P

Detect cycles in your directed graph

published 1.0.3 3 years ago
M
Q
P

given a directed graph, return a set of edges to reverse to remove any cycles

published 1.0.0 9 years ago
M
Q
P

dag-builder-js is a simple-to-use Javascript DAG library with support to N:N vertices/edges. It supports validating that no cycle can be created in real-time, import/export states and it's built on SVG so you can render graphs pretty much anywhere.

published 1.0.0 a year ago
M
Q
P

Implementation of commonly used data structures and utilities in JavaScript.

published 0.6.14 10 years ago
M
Q
P

Some JavaScript and TypeScript implementation of a graph data structure. Features: - Insert and remove nodes. - Connect and disconnect nodes. - Algorithms for graph structures.

published 1.0.1 4 years ago
M
Q
P

Simple library to search and traverse graphs using DFS, BFS algorithms, and also detect cycles in directed graph input

published 1.0.1 2 years ago
M
Q
P

Keeps a directed acyclic graph topologically sorted each time you add an edge or vertex to check for cycles.

published 0.4.0 6 years ago
M
Q
P