graph-search

1.0.0 • Public • Published

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.

Package Sidebar

Install

npm i graph-search

Weekly Downloads

1

Version

1.0.0

License

MIT

Last publish

Collaborators

  • bitdivine