arindal1 / StriversDSASheet

Solutions of all the problems in Striver's A2Z DSA Sheet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Strivers A2Z DSA Course Solutions

Strivers A2Z DSA Course

Welcome to my Strivers A2Z DSA Course Solutions repository! Here, you'll find my solutions to various problems from the Strivers A2Z DSA Course Sheet. This repository serves as a collection of my progress and learning journey through the comprehensive Data Structures and Algorithms curriculum provided by the Strivers team.

About Strivers A2Z DSA Course

The Strivers A2Z DSA Course is a highly regarded course designed to equip aspiring software engineers with a strong foundation in Data Structures and Algorithms. The course covers a wide range of topics, from the basics to advanced algorithms, and includes problems that have been frequently asked in technical interviews.

Strivers A2Z DSA Course

Repository Structure

The repository is organized based on the topics covered in the Strivers A2Z DSA Course Sheet. Each topic has its own directory containing solutions to problems related to that topic. The structure is as follows:

- Basics/
    - problem1.cpp
    - problem2.py
    - ...
- Sorting/
    - problem3.java
    - problem4.cpp
    - ...
- Arrays/
    - problem5.py
    - problem6.java
    - ...
- ... (Similar structure for other topics)

Fast Travel

# Topic Links
01 Learn the Basics link
02 Learn Important Sorting Techniques link
03 Solve problems on Arrays link
04 Binary Search link
05 Strings link
06 Learn Linked List link
07 Recursion link
08 Bit Manipulation link
09 Stack and Queues link
11 Slinding Window & Two Pointers link
12 Heaps links
13 Greedy Algorithms link
14 Binary Trees link
15 Graphs link
16 Dynamic Programming link
17 Tries link
18 More on Strings link

Getting Started

If you're interested in exploring my solutions, follow these steps:

  1. Clone the repository to your local machine:

    git clone https://github.com/arindal1/StriversDSASheet.git
  2. Navigate to the directory corresponding to the topic and problem difficulty you're interested in.

  3. Open the solution files in your preferred programming language to study the code and approach used.

  4. Feel free to modify and experiment with the solutions to deepen your understanding.

Contributing

While this repository primarily contains my solutions, I welcome contributions in the form of additional solutions, optimization techniques, or explanations. If you'd like to contribute, follow these steps:

  1. Fork the repository to your GitHub account.

  2. Create a new branch for your contributions:

    git checkout -b feature/add-solution
  3. Add your solution file to the appropriate directory.

  4. Commit your changes:

    git commit -m "Add solution to problemX"
  5. Push the changes to your forked repository:

    git push origin feature/add-solution
  6. Open a pull request on GitHub, describing the problem and your solution.

Contact

If you have any questions or want to connect, feel free to reach out:

Special Thanks to

Raj Vikramaditya aka Striver_79 and his team.

Remember, this repository is dedicated to showcasing solutions to Strivers A2Z DSA Course problems and to fostering a collaborative learning environment. Happy coding! 🚀

About

Solutions of all the problems in Striver's A2Z DSA Sheet


Languages

Language:C++ 82.1%Language:Java 17.9%