An open API service indexing awesome lists of open source software.

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++

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.