https://github.com/vronnn/data-structures
Practicing Data Structures using C and C++
https://github.com/vronnn/data-structures
Last synced: 2 months ago
JSON representation
Practicing Data Structures using C and C++
- Host: GitHub
- URL: https://github.com/vronnn/data-structures
- Owner: vronnn
- Created: 2022-05-22T15:12:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T09:37:42.000Z (over 2 years ago)
- Last Synced: 2025-01-23T04:28:18.989Z (4 months ago)
- Language: C
- Homepage:
- Size: 424 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Data Structures
## Description :
This repository is my journey studying data structures and their implementation in C and C++ programming languages during college. it contains a fast review and it's source code file within the same folder for each data structure. There are also some practices that i've done from HackerRank and it's solutions in **Practice** folder. But since i'm still learning about this subject, feel free to correct me if i'm wrong, thanks :thumbsup:## Content :
- Binary Search Tree → BST's explanation and implementation
- C Explicit Containers → C implementation of C++ STL containers
- C++ Standard Template Library → Explanations and each container's implementation
- Practice → solving data structure's category problems
- Self Balancing BST → Explanation, comparison, and implementation of AVL & Red-Black Tree## How to Access :
You can directly run all of these source code files in a C/C++ IDE (Integrated Development Environment) such as Dev-C++, CodeBlocks, etc. Or you can run it in a code editor such as visual studio code (vscode) but with C/C++ compiler installed in your computer/laptop first.