Welcome to my LeetCode Journey! This repository contains all my solutions to LeetCode problems. I'm documenting my journey as I tackle a variety of data structures and algorithmsl challenges to improve my problem-solving skills.
I will be following Neetcode.io's Roadmap.
- Solve at least 100+ problems by the end of the year
- Cover all major topics: Arrays, Linked Lists, Trees, Graphs, Dynamic Programming, and more
- Achieve consistency by solving problems every week
- Total Problems Solved:
11 - Easy:
4 - Medium:
7 - Hard:
N/A
| Problem Name | Topic | Difficulty | Solution Link | Language Used |
|---|---|---|---|---|
| Two Sum | Arrays | Easy | Solution | JavaScript |
| Contains Duplicates | Arrays | Easy | Solution | JavaScript |
| Valid Anagrams | Strings, Arrays | Easy | Solution | JavaScript |
| Group Anagrams | Strings, Arrays, HashMap | Medium | Solution | JavaScript |
| Top-K Frequent Elements | Arrays, HashMap | Medium | Solution | JavaScript |
| Encode and Decode Strings | Strings | Medium | Solution | JavaScript |
| Product Of Array Except Self | Arrays | Medium | Solution | JavaScript |
| Valid Sudoku | Arrays | Medium | Solution | JavaScript |
| Longest Consecutive Sequence | Arrays | Medium | Solution | JavaScript |
| Valid Palindromes | Two-Pointers | Easy | Solution | JavaScript |
| Two Sum II | Two-Pointers | Medium | Solution | JavaScript |

