This repository is for practicing Data Structures and Algorithms (DSA) problems from various platforms like LeetCode, Codeforces, and more. The repository is structured by daily problem solving and topic-wise categorization.
- daily: Contains the daily problems you are solving.
- topics: Contains problems organized by specific topics (e.g., math, dynamic programming, etc.).
Example Problem - Count the Hidden Sequences
- LeetCode Problem Link: 2145. Count the Hidden Sequences
- Each problem is stored with the following naming convention:
ProblemNumber_ProblemName_Date.md
- Problems in daily are solved sequentially, while in topics, they are grouped by specific topics.
Feel free to contribute by forking the repository and submitting pull requests for any new problems or improvements.