A repository with solutions for leetcode problems The goal is to provide explainable solutions in clean code to the different problems.
- Each problem is stored in its own folder under
problems/. - All solutions are in Python.
- Includes tags for common topics (e.g., Arrays, DP, Graphs).
Solved: 1 / 500
Last updated: July 29, 2025
Arrays | Sorting | Two Pointers
Each problem has:
- A
solution.pyfile with the code.