bst
Here are 94 public repositories matching this topic...
a generic data structure written in pure C, uses macros heavily 😂
-
Updated
Oct 24, 2022 - C
Main project including all the subprojects and editor files
-
Updated
Aug 25, 2020 - C
A program that once compiled creates two executable files. bst and primegap. bst takes as input first the number of integers and then the maximum value of an int plus one. With this input, an array is generated from the input given for the number of elements and their range. A Binary Search Tree is then created from the generated array. The BST …
-
Updated
Jan 6, 2018 - C
This Repository contains C programming codes on DSA [Data Structure and Analysis] that I have learned in 3rd semester of Engineering college.
-
Updated
Jul 17, 2024 - C
🗿 my old collection of classic data structures & algorithms implemented in C
-
Updated
Jun 12, 2023 - C
An implementation of the standard functions for red-black trees in C
-
Updated
Dec 9, 2020 - C
Implementação em linguagem C da ABB balanceada Árvore Rubro-Negra (Red-Black Tree)
-
Updated
Sep 16, 2021 - C
This project provides a C-based solution to a hospital's patient record system. It uses a Binary Search Tree (BST) to manage patient data, offering fast search, insertion, and deletion of records. The system allows for data persistence through file storage and can organize records by patient ID or name.
-
Updated
Nov 5, 2024 - C
Main data structures array-based and linkd-based implementation in C.
-
Updated
Sep 16, 2022 - C
Improve this page
Add a description, image, and links to the bst topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the bst topic, visit your repo's landing page and select "manage topics."