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.
- Host: GitHub
- URL: https://github.com/willdoescode/bst
- Owner: willdoescode
- Created: 2021-05-20T16:49:48.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-03T06:39:30.000Z (almost 5 years ago)
- Last Synced: 2025-10-09T17:58:16.739Z (8 months ago)
- Topics: bst, linked, node
- Language: C
- Homepage:
- Size: 2.93 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bst
```shell
mkdir build
cd build
cmake build ..
make bst/fast
```