Skip to content

This repository contains my solutions for various problems on Leetcode.com, implemented in Python. The solutions are organized by topic, difficulty level, and problem type. Each solution includes an explanation of the process and the problem-solving approach taken. Code and explanations are my original work with @atreish

Notifications You must be signed in to change notification settings

athanatos96/LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

Leetcode Problem Sets

This repository contains @atreish and my solutions for various problems on Leetcode.com, implemented in Python. The solutions are organized by topic, difficulty level, and problem type.

Table of Contents

Organization

  • The solutions are organized by topic and difficulty level.
  • Each problem is stored in a subdirectory with the problem number.
  • In each subdirectory, there is a file called problem.md that contains the problem statement and a solution.ipynb file that contains the solution.

top-level directory layout

.
├── problems&Solutions
│   ├── Difficulty_Easy
│   │   ├── Prob_001_XXXXX
│   │   │   ├──problem.md
│   │   │   └──solution.{language extension}
│   │   └── ...
│   ├── Difficulty_Medium
│   │   ├── Prob_002_XXXXX
│   │   │   ├──problem.md
│   │   │   └──solution.{language extension}
│   │   ├── Prob_003_XXXXX
│   │   │   ├──problem.md
│   │   │   └──solution.{language extension}
│   │   └── ...
│   └── Difficulty_Hard
│   │   ├── Prob_004_XXXXX
│   │   │   ├──problem.md
│   │   │   └──solution.{language extension}
│   │   └── ...
└── README.md              

How to Use

  • Before looking at the solutions, make sure to try solving the problem yourself.
  • The solutions provided here may not be the most efficient or optimal.
  • Feel free to use the solutions as a reference and to learn from them.

Collaborators

About

This repository contains my solutions for various problems on Leetcode.com, implemented in Python. The solutions are organized by topic, difficulty level, and problem type. Each solution includes an explanation of the process and the problem-solving approach taken. Code and explanations are my original work with @atreish

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published