/binary-search-tree-example

Example code for the Binary Search Tree blog post

Primary LanguageTypeScriptApache License 2.0Apache-2.0

Binary Search Tree Typescript Example

This is the code example for the blog post "My Favorite Data Structure: The binary search tree". Feel free to check it out!

$ npm install
$ npm run test