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

https://github.com/opensourcedoc/bstree-c

A naive, aka not-balanced, binary search tree in C
https://github.com/opensourcedoc/bstree-c

binary-search-tree c-library demo

Last synced: 4 months ago
JSON representation

A naive, aka not-balanced, binary search tree in C

Awesome Lists containing this project

README

          

# Binary Search Tree in C

This repo demos a naive (not balanced) binary search tree in C.

## Warning

For demo only. DON'T USE IT ON PRODUCTION ENVIRONMENT.

## Copyright

Copyright (c) 2019 Michelle Chen. Licensed under MIT