This repository contains my solutions to Data Structures and Algorithms problems that I regularly practice for improving problem-solving skills and interview preparation.
- Strengthen understanding of core DSA concepts
- Improve coding efficiency and logical thinking
- Practice common interview patterns
- Maintain consistency in problem solving
- Arrays
- Strings
- Two Pointers
- Sliding Window
- Binary Search
- Kadane’s Algorithm
- Basic Mathematics Problems
More topics will be added as I continue practicing.
- C++
Problems are organized based on patterns and topics such as:
- Pattern 1: Two Pointers
- Pattern 2: Sliding Window
- Pattern 3: Kadane’s Algorithm
- Arrays
- Binary Search
- Strings
Each folder contains well-structured and tested solutions.
To consistently improve problem-solving ability and build a strong foundation in Data Structures & Algorithms for technical interviews.
This repository will be regularly updated with new problems and improved solutions.