Skip to content

Instantly share code, notes, and snippets.

View jhogan4288's full-sized avatar

James Hogan jhogan4288

View GitHub Profile
"use strict";
const BinaryTree = function( value ) {
var tree = {};
tree.value = value;
tree.left = null;
tree.right = null;
return tree;
}

Keybase proof

I hereby claim:

  • I am jhogan4288 on github.
  • I am jhogan (https://keybase.io/jhogan) on keybase.
  • I have a public key ASDDxni5KAT2AX6_Uugik4l13bfXaGOhw9C0TlIo5IlK9go

To claim this, I am signing this object: