Skip to content

bitdivine/node-graph-search

Repository files navigation

graph-search

Usage:

On a command line:

./breadth_first.js ./data.json

In node:

npm install graph-search

var search_tools = require('graph-search');
var data = require('./data.json');
search_tools.depth_first(data);

See the sample data file.

About

Find routes from A to B in a graph.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published