random-tree
Generates a random tree
Example
var createRandomTree = console
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