Skip to content

Stargazer10101/DSA-archive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

3 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Curating a Concise Set of Questions (along with my implementation) for DSA Practice

πŸ“Œ Introduction

This repository aims to provide a well-structured and concise set of questions for practicing Data Structures and Algorithms (DSA). The questions are carefully selected to cover fundamental concepts, commonly asked interview problems, and important coding patterns.

πŸ† Objectives

  • Efficient Learning: Focus on essential problems that maximize understanding.
  • Topic-Wise Questions: Categorized by data structure and algorithm type.
  • Progress Tracking: Keep track of solved and pending questions.
  • Optimal Solutions: Provide efficient and well-explained solutions.

Each problem file contains:

  • Problem statement
  • Input/Output format
  • Constraints
  • Approach & Solution
  • Code Implementation

πŸ“– Topics that will be Covered

  • Arrays & Strings
  • Linked Lists
  • Stacks & Queues
  • Recursion & Backtracking
  • Trees & Graphs
  • Dynamic Programming
  • Searching & Sorting
  • Bit Manipulation

πŸš€ How to Use

  1. Clone the repository:
    git clone https://github.com/your-username/Curating-DSA-Questions.git
  2. Navigate to a topic and pick a problem.
  3. Try solving it before referring to the solution.
  4. Track your progress and revisit challenging problems.

🀝 Contributing

We welcome contributions! Follow these steps to contribute:

  1. Fork the repository.
  2. Create a new branch.
  3. Add a new problem or improve an existing one.
  4. Submit a pull request.

⭐ Acknowledgments

If you find this repository helpful, give it a ⭐ and share it with others!

Happy Coding! πŸš€

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages