Welcome to my LeetCode DSA Practice repository! This repo serves as a personal catalog 📖 of my journey through LeetCode's Data Structures and Algorithms problems. Each solution is synced automatically via LeetHub to keep track of my progress and growth in DSA.
- 🌍 Wide Variety of Problems: Solutions span across a range of topics and difficulties on LeetCode.
- ⚙️ Auto-Synced via LeetHub: Solutions are added seamlessly and stay up-to-date.
- 💡 Clear & Efficient Code: Solutions are as efficient as my two brain cells can make them .
Files are organized as a flat list, with each problem saved as a separate file for easy browsing. 🗂️
Example:
two_sum.py
longest_palindromic_substring.py
reverse_linked_list.py
binary_tree_inorder_traversal.py
...
If you’d like to run a solution locally:
- Clone the repo:
git clone https://github.com/InventedSarawak/Data-Structures-Algorithms.git cd leetcode-dsa-practice - Run any file with Python:
python3 two_sum.py
This repository is my personal catalog of problems solved on LeetCode. Each file here represents a challenge tackled, a concept learned, and a skill improved. 🌱
| 0121-best-time-to-buy-and-sell-stock |
| 0509-fibonacci-number |
| 0845-longest-mountain-in-array |
| 1013-fibonacci-number |
| 0326-power-of-three |
| 0342-power-of-four |
| 0509-fibonacci-number |
| 1013-fibonacci-number |
| 0509-fibonacci-number |
| 1013-fibonacci-number |
| 0153-find-minimum-in-rotated-sorted-array |
| 0167-two-sum-ii-input-array-is-sorted |
| 0209-minimum-size-subarray-sum |
| 0268-missing-number |
| 0704-binary-search |
| 0875-koko-eating-bananas |
| 0136-single-number |
| 0268-missing-number |
| 0342-power-of-four |
| 0215-kth-largest-element-in-an-array |
| 0347-top-k-frequent-elements |
| 0215-kth-largest-element-in-an-array |
| 0347-top-k-frequent-elements |
| 0215-kth-largest-element-in-an-array |
| 0347-top-k-frequent-elements |
| 0036-valid-sudoku |
| 0054-spiral-matrix |
| 0200-number-of-islands |
| 0054-spiral-matrix |
| 1395-minimum-time-visiting-all-points |
| 0347-top-k-frequent-elements |
| 1482-how-many-numbers-are-smaller-than-the-current-number |
| 0200-number-of-islands |
| 0200-number-of-islands |
| 0128-longest-consecutive-sequence |
| 0200-number-of-islands |
| 0347-top-k-frequent-elements |
| 0209-minimum-size-subarray-sum |
| 0238-product-of-array-except-self |
| 1448-maximum-69-number |
| 0845-longest-mountain-in-array |
| 0003-longest-substring-without-repeating-characters |
| 0209-minimum-size-subarray-sum |
| 0219-contains-duplicate-ii |
| 0567-permutation-in-string |
For a full list of problems, feel free to check out my LeetCode profile. 🔗 Let the DSA journey continue! 💪 Happy coding! 🖥️✨