This repository is my daily practice of Data Structures and Algorithms (DSA) using Python.
The goal is to strengthen problem-solving skills and prepare for coding interviews and campus placements.
π Started: January 2026
- Arrays
- Strings
- Searching
- Sorting
- Hashing
- Recursion
Problems Practiced:
- Find minimum element
- Find maximum element
- Reverse an array
- Count even and odd numbers
- Sum of Elements
(More array problems will be added as I continue my practice)
- Build strong DSA fundamentals
- Solve coding interview challenges
- Enhance problem-solving skills
- Python π
- Solve advanced array problems (subarrays, sliding window, prefix sums)
- Learn and practice Linked Lists, Stacks, Queues, Trees, Graphs
- Regularly attempt problems on LeetCode, GeeksforGeeks, Codeforces
- Master time and space complexity analysis