binary-trees-vanilla-node

JavaScript binary trees benchmark ported from the benchmark game as a node.js module.

Install

npm install kenOfYugen/binary-trees-vanilla-node

Use

var binaryTreesJS = require('binary-trees-vanilla-node');

binaryTreesJS.run(10);