Skip to content

Ataba29/leetcode-solves

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

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

πŸ“Š Progress Tracking

Easy Problems

  • Total Solved: [52]

Medium Problems

  • Total Solved: [129]

Hard Problems

  • Total Solved: [29]

πŸ› οΈ Languages Used

  • Python

πŸ“ 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

πŸ’‘ Learning Goals

  • Master data structures and algorithms
  • Improve problem-solving skills
  • Prepare for technical interviews

🀝 Contributing

While this is primarily a personal repository, suggestions and discussions about alternative approaches are welcome!

πŸ“š Resources


Keep coding and keep solving! πŸš€

About

My own Leetcode solutions all made in one repo

Topics

Resources

Stars

Watchers

Forks

Languages