Skip to content

Ataba29/leetcode-solves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

37 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

leetcode-solves

A collection of my LeetCode problem solutions organized by difficulty level.

πŸ“ Repository Structure

leetcode-solves/
β”œβ”€β”€ easy/ # Easy difficulty problems
β”œβ”€β”€ medium/ # Medium difficulty problems
└── hard/ # Hard difficulty problems

🎯 About

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

πŸ“ Solution Format

Each solution file follows this naming convention: [Problem Number].[extension]

Example: 1.py

πŸš€ How to Use

  1. Navigate to the desired difficulty folder
  2. Find the problem by number or name
  3. Open the solution file in your preferred editor
  4. Read code to get an idea of the solution

πŸ“š Resources


Keep coding and keep solving! πŸš€

Contributors

Languages