Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anishsinha-io/threaded-bst
(single) threaded binary search tree in C
https://github.com/anishsinha-io/threaded-bst
Last synced: 24 days ago
JSON representation
(single) threaded binary search tree in C
- Host: GitHub
- URL: https://github.com/anishsinha-io/threaded-bst
- Owner: anishsinha-io
- Created: 2022-01-13T05:57:02.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-01-15T04:59:42.000Z (about 3 years ago)
- Last Synced: 2024-11-08T12:17:47.602Z (3 months ago)
- Language: C
- Size: 4.88 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Threaded Tree
This repository contains an implementation for a single threaded binary search tree in ANSI C. That's pretty much it.