Skip to content

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.

Notifications You must be signed in to change notification settings

oyesaurabh/data_structures

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures Practice

Overview

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.

Topics Covered

  • Arrays
  • Linked Lists
  • Stacks
  • Queues
  • Hash Tables
  • Trees
  • Graphs
  • ... more

Getting Started

  1. Clone the repository:
    git clone https://github.com/oyesaurabh/data_structures.git
  2. Navigate into the repository:
    cd data_structures

Contribution

Feel free to contribute by adding more questions, improving solutions, or optimizing existing implementations.

Steps to Contribute

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature-branch
  3. Commit your changes: git commit -m 'Added new problem in trees'
  4. Push to your branch: git push origin feature-branch
  5. Open a pull request.

Resources

License

This project is open-source and available under the MIT License.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages