Skip to content

Instantly share code, notes, and snippets.

View emmanuelobo's full-sized avatar
🎯
Locked In

Emmanuel Obogbaimhe emmanuelobo

🎯
Locked In
View GitHub Profile
@emmanuelobo
emmanuelobo / bst.js
Created June 9, 2016 03:03 — forked from trevmex/bst.js
A simple binary search tree in JavaScript
/*
* File: bst.js
*
* A pure JavaScript implementation of a binary search tree.
*
*/
/*
* Class: BST
*