Codensity30/Strivers-A2Z-DSA-Sheet
Contains everything related to Stiver's A2Z sheet along with question, approach and code.
About Codensity30/Strivers-A2Z-DSA-Sheet
Codensity30/Strivers-A2Z-DSA-Sheet is an open-source project on GitHub, mainly written in C++. Contains everything related to Stiver's A2Z sheet along with question, approach and code. It currently holds 898 stars and 304 forks with 6 open issues, and was last pushed on 2026-05-09 (repository created 2023-05-29).
Project Overview
Git Homed tracks it on the Today's Trending board, currently at rank #82 with 30 new stars today.
GitHub Repository Details
README
Striver's A2Z DSA Sheet
contains everything related to Stiver's A2Z sheet along with question, approach and code. Each topic has its own directory, which is further divided into difficulties containing the solutions to the problems within that category along with approach. The filenames correspond to the problem number or a brief description for easier identification....cpp
- Question: [Problem Statement]
- Approach: [Brief explanation of the approach used]
- Code: [C++ code of the following approach]
- Time Complexity: [Time complexity analysis]
- Space Complexity: [Space complexity analysis]
Contribution guidelines
Contributions to this repository are welcome. If you'd like to contribute your own solutions or suggest improvements, please follow these guidelines:Fork the repository. Create a new branch for your contributions: git checkout -b your-branch-name. Make your changes and add your solutions. Commit your changes with descriptive commit messages: git commit -m "Add solution to Problem X". Push your changes to your forked repository: git push origin your-branch-name. Open a pull request on the original repository, explaining the changes you made and why they should be merged.
Disclamer
The solutions in this repository are intended to serve as a reference and learning resource. It is recommended to understand the problem-solving techniques and attempt to solve the problems yourself before referring to the solutions.Resources
Striver's A2Z DSA Sheet----- Consistency Matters -----
