A collection of my LeetCode problem solutions organized by difficulty level.
leetcode-solves/
├── easy/ # Easy difficulty problems
├── medium/ # Medium difficulty problems
└── hard/ # Hard difficulty problems
This repository contains my solutions to various LeetCode problems. Each solution is implemented with efficiency and readability in mind, some includes necessary comments explaining the approach, others just include my own code (or code that I stole from someone >:D).
Each solution file follows this naming convention: [Problem Number].[extension]
Example: 1.py
- Navigate to the desired difficulty folder
- Find the problem by number or name
- Open the solution file in your preferred editor
- Read code to get an idea of the solution
Keep coding and keep solving! 🚀