This repo is dedicated to storing the LeetCode problems I have solved, along with detailed documentation. Each problem includes Python solutions and in-depth explanations covering multiple approaches, complexity analysis, and edge cases.
| Category | Easy | Medium | Hard | Total |
|---|---|---|---|---|
| Algorithms | 63 | 56 | 2 | 121 |
| Database | 46 | 12 | 1 | 59 |
| Total | 109 | 68 | 3 | 180 |
Database · Array · Hash Table · String · Sorting · Binary Search · Linked List · Tree · Graph · Math · Bit Manipulation
Solutions are continuously being documented and updated.