This repository is a small collection of solutions to a few LeetCode problems. It's just a personal exercise, created out of interest and for practice in problem-solving with Python.
These solutions are written in Python, with some explanations included in Jupyter Notebooks to make the thought process clearer. It’s mainly for personal reference and practice, not intended as a comprehensive guide or full solution set.
1_twoSum/
- Solution for the "Two Sum" problem.2.Add Two Numbers.ipynb
- Solution for the "Add Two Numbers" problem in Jupyter Notebook.
This is a casual project, so updates may be infrequent and improvements may come over time.
Feel free to use or reference this code however you'd like.