0.0.0 • Published 12 years ago
random-tree v0.0.0
random-tree
Generates a random tree
Example
var createRandomTree = require("random-tree")
console.log(createRandomTree(10))
Install
npm install random-tree
require("random-tree")(n)
Generates a random tree with n vertices
n
is the number of vertices in the tree
Returns A random tree
Credits
(c) 2013 Mikola Lysenko. MIT License
0.0.0
12 years ago