Welcome to my personal repository of LeetCode solutions! This repo serves as a log of my progress, a place to review my code, and a way to track my journey through various data structures and algorithms.
I use this space to store my solutions to LeetCode problems. Each solution is organized, commented (where necessary), and reflects my current understanding of the problem. Many of these problems are part of popular study plans like the NeetCode 150 to help focus on common interview questions. This repo is a great way to see my problem-solving skills improve over time.
Here is a list of the problems I have solved so far.
| Title | Solution | Difficulty | Language | 
|---|---|---|---|
| Single Number | Python | Easy | Python | 
| Number Of One Bits | Python | Easy | Python | 
| Counting Bits | Python | Easy | Python | 
| Missing Number | Python | Easy | Python | 
| Reverse Bits | Python | Easy | Python | 
| Contains Duplicate | Python | Easy | Python | 
| Two Integer Sum | Python | Easy | Python | 
| Anagram Groups | Python | Medium | Python | 
| Lost Fragments | Python | Other | Python | 
| Is Palindrome | Python | Easy | Python | 
| Two Integer Sum II | Python | Medium | Python | 
| Three Integer Sum | Python | Medium | Python | 
| Max Water Container | Python | Medium | Python | 
| Product of Array Except Self | Python | Medium | Python | 
| Best Time to Buy And Sell Crypto | Python | Easy | Python | 
| ... | ... | ... | ... | 
The Solution column links directly to the solution file within this repository.
Feel free to browse, but I recommend trying to solve the problems yourself on LeetCode first!
A quick overview of my progress (updated manually):
- Total Solved: 15
- Easy: 9
- Medium: 5
- Hard: 0
- Other: 1