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

https://github.com/willdoescode/bst

Bst implementation in c.
https://github.com/willdoescode/bst

bst linked node

Last synced: about 2 months ago
JSON representation

Bst implementation in c.

Awesome Lists containing this project

README

          

# bst

```shell
mkdir build
cd build

cmake build ..
make bst/fast
```