An open API service indexing awesome lists of open source software.

https://github.com/jaykickliter/bst

A simple unbalanced binary search tree which one day may become an AVL tree. You don't want to use this.
https://github.com/jaykickliter/bst

data-structures tree

Last synced: 3 months ago
JSON representation

A simple unbalanced binary search tree which one day may become an AVL tree. You don't want to use this.

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/JayKickliter/bst.svg?branch=master)](https://travis-ci.org/JayKickliter/bst)

# bst