This repository contains my accepted solutions to Data Structures and Algorithms problems solved on LeetCode, maintained as part of my consistent problem-solving practice.
The focus is on understanding patterns, writing clean code, and improving time and space efficiency over time.
- Arrays & Strings
- Hashing
- Two Pointers / Sliding Window
- Binary Search
- Trees
- Java (primary)
- C
- Problems solved on LeetCode: 350+
- Solutions in this repository are added after accepted submissions
- Older solutions may be refined as my understanding improves
- LeetCode: https://leetcode.com/Harshith-2007
- GitHub: https://github.com/Harshith1702
- Portfolio: https://harshith-padakanti.vercel.app
- LinkedIn: https://www.linkedin.com/in/harshith-padakanti
This repository reflects my learning journey.
Quality and consistency matter more than problem count.
| Problem Name | Difficulty |
|---|---|
| 0153-find-minimum-in-rotated-sorted-array | Medium |
| Problem Name | Difficulty |
|---|---|
| 0153-find-minimum-in-rotated-sorted-array | Medium |