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. 🌱
0001-two-sum |
0026-remove-duplicates-from-sorted-array |
0001-two-sum |
0009-palindrome-number |
1013-fibonacci-number |
0026-remove-duplicates-from-sorted-array |
0125-valid-palindrome |
1013-fibonacci-number |
1013-fibonacci-number |
1013-fibonacci-number |
0125-valid-palindrome |
For a full list of problems, feel free to check out my LeetCode profile. 🔗 Let the DSA journey continue! 💪 Happy coding! 🖥️✨