Data Structures and algorithm program written in C language. A detailed Data Structure implementations in C with Pseudo code and organized for real world usage.
- 
            Updated
            Aug 6, 2022 
- C
Data Structures and algorithm program written in C language. A detailed Data Structure implementations in C with Pseudo code and organized for real world usage.
Repository for the "SCC0223 - Data Structures" course offered for applied mathematics undergraduates at ICMC - USP, by professor Elaine Parros.
This repository contains implementations that utilizes BSTs and AVLs and also the concept of Abstract Data Types. The project is detailed in the project.pdf.
C implementation of an optimized word search using BST variants (TPZ)
Implementation of the Iterator and Strategy design patterns in C
This is a C project in which the user enters a word and with the help of a binary search tree the program finds and shows the level of each letter, the minimum letter and the maximum letter.
A micro project on Comparision on Linked List and Binary Search Tree
A generic BST writted in C language, that can be use in any C project.
DSA and sorting codes
Functions to create a BRT, print it, destroy it, add an element, search an element, remove an element.
Data Structure Code Dump! 💻 Hey! Just sharing all my Data Strcutures college-level code that actually works. Linked lists, trees, postfix evaluation - the stuff we all struggled with in C. Fixed those annoying bugs that kept us up late. Take what you need! 🔥
An implementation of the standard functions for red-black trees in C
repository for my learnings in the data structure and algorithms course II (AED II) at the Universidade Federal do Agreste de Pernambuco, focusing on non-linear structures.
Dictionary Implementation using BST (Binary Search Tree)
Code from the activities developed during the Algorithms and Data Structures II course in 2020.3 - UFAPE
Console based System including functionalities like searching a specific lawyer, adding new lawyer, remove or modify an entry and view a list of lawyers. Used Binary Search Tree concept in C to find best suitable lawyers within budget.
Add a description, image, and links to the bst-tree topic page so that developers can more easily learn about it.
To associate your repository with the bst-tree topic, visit your repo's landing page and select "manage topics."