This repository contains my solutions to various Data Structures and Algorithms (DSA) problems from platforms such as LeetCode, AlgoExpert and more.
Each problem is categorized by topic and contains a well-structured solution.
| # | Date | Problem | Topic | Solution |
|---|---|---|---|---|
| 1 | 2025-03-20 | Two Sum | Arrays | two_sum.js |
| 2 | 2025-03-21 | Remove Duplicates From Sorted Array | Arrays | Remove_Duplicates_from_Sorted_Array.js |
| 3 | 2025-09-08 | Kadanes Algorithm | Arrays | Kadanes_Algorithm.js |
| 4 | 2025-09-08 | Validate Subsequence | Arrays | Validate_Subsequence.js |