Skip to content

aahan0511/LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

56 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode

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.

PIP Packages

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.txt

Or 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 2877
cd source/2877. Create a DataFrame from List
pip install -r requirements.txt

Support

You 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:

Aahan Salecha | aahan0511

Releases

No releases published

Packages

No packages published