This repository contains a collection of data structures questions implemented in C++. The goal is to provide a structured way to practice and improve problem-solving skills using fundamental data structures.
- Arrays
- Linked Lists
- Stacks
- Queues
- Hash Tables
- Trees
- Graphs
- ... more
- Clone the repository:
git clone https://github.com/oyesaurabh/data_structures.git
- Navigate into the repository:
cd data_structures
Feel free to contribute by adding more questions, improving solutions, or optimizing existing implementations.
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Commit your changes:
git commit -m 'Added new problem in trees'
- Push to your branch:
git push origin feature-branch
- Open a pull request.
This project is open-source and available under the MIT License.