aboutsummaryrefslogtreecommitdiff
path: root/test/tree.unit.js
AgeCommit message (Collapse)AuthorFilesLines
2014-09-21[api] Removed tree module. This code should be in a separate project.Marak1-108/+0
2014-09-14[refactor] [major] Renamed variable names for consistency Closes #5 Marak1-26/+26
[refactor [major] Moved all errant methods from random.js to individual modules. Methods in random.js were causing unnecessary code complication.
2014-05-17Moving to major new version for change of package name for uppercase to ↵FotoVerite1-27/+27
lowercase.
2013-11-05My take on separating male and female names. Tests passing, Coverage restored.cyanos31-3/+1
2013-11-05Tree: let the width parameter also be a function that returns an intcyanos31-2/+16
2013-11-05Add tree:cyanos31-0/+96
createTree(depth, width, obj) where - depth is the distance from the root to the farthest node - width is the number of children to add to each node - each property/value pair in obj contains a value that will be evaluated to get the final result. The property that contains the array of child nodes should have the value of "__RECURSE__"