Welcome to my LeetCode solutions repository! π Here, I solve coding challenges every day to improve my problem-solving skills and prepare for technical interviews.
| # | Title | Solution | Topics | Difficulty |
|---|---|---|---|---|
| 0001 | Two Sum | Python | Array, Hash Table | Easy |
| 0020 | Valid Parentheses | Python | String, Stack | Easy |
| 0049 | Group Anagrams | Python | Array, Hash Table, String, Sorting | Medium |
| 0125 | Valid Palindrome | Python | Two Pointers, String | Easy |
| 0217 | Contains Duplicate | Python | Array, Hash Table, Sorting | Easy |
| 0242 | Valid Anagram | Python | Hash Table, String, Sorting | Easy |
| 0347 | Top K Frequent Elements | Python | Array, Hash Table, Divide and Conquer, Sorting, Heap (Priority Queue), Bucket Sort, Counting, Quickselect | Medium |
Happy coding! π