Skip to content

Spador/Leetcode-streak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions

This repository contains my solutions to various LeetCode programming challenges in Python. Each solution is organized by problem number and includes the problem statement, solution approach, and implementation.

Repository Structure

leetcode-solutions/
├── easy/           # Solutions for easy problems
├── medium/         # Solutions for medium problems
├── hard/           # Solutions for hard problems
└── README.md       # This file

Problem Format

Each solution is stored in its own directory with the following structure:

problem_number_problem_name/
├── solution.py     # Python solution
└── README.md       # Problem description and approach

Progress

  • Total Problems Solved: 101
  • Easy: 27
  • Medium: 63
  • Hard: 11

Note

This repository is maintained to track my progress in solving LeetCode problems and to serve as a reference for future review. Most solutions are implemented in Python.

About

This is just a personal repository where I store all the leetcode problems that I solve.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published