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
- Host: GitHub
- URL: https://github.com/opensourcedoc/bstree-c
- Owner: opensourcedoc
- Created: 2018-04-22T09:15:48.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2022-03-17T06:54:32.000Z (over 4 years ago)
- Last Synced: 2025-04-23T07:38:07.210Z (about 1 year ago)
- Topics: binary-search-tree, c-library, demo
- Language: C
- Homepage:
- Size: 48.8 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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