These are my LeetCode solutions, which I have solved. The solutions are organized by problem number.
There are two files in each problem folder:
main: The main solution file.detail.md: A detailed explanation of the solution, corresponding to the LeetCode Solution I wrote.
Some repositories may need some packages to run the code, the packages are listed in the requirements.txt file for each question's subfolder. You can install them using pip:
pip install -r requirements.txtOr you can use uv:
uv sync --group <QUESTION_NUMBER>Put the question number after group. For example if you want to install the requirements for Q2877, you can do either of the following:
uv sync --group 2877cd source/2877. Create a DataFrame from List
pip install -r requirements.txtYou dont need to use a Patreon to support me, just star the repository and upvote the solutions on LeetCode if you like them or they help you learn something new. You may also follow me on GitHub 😄.
This is me on LeetCode:
