Welcome to my Data Structures and Algorithms daily practice repository. I solve problems from LeetCode and also practice core data structures through visualizations and custom implementations.
Folder | Description |
---|---|
/data-structures |
Core data structures (Linked List, Stack, etc.) |
/leetcode |
Daily solved problems with clean file naming |
/notes |
Markdown notes summarizing concepts |
Date | Problem | Status |
---|---|---|
2025-06-26 | Palindrome Number (js) | β |
2025-06-30 | Palindrome Number (php) | β |
2025-06-26 | Valid PAlindrome (js) | β |
2025-07-17 | Valid PAlindrome (php) | β |
2025-06-28 | 3Sum (js) | β |
2025-06-28 | 3Sum (php) | β |