Skip to content

Muhamed-Shillua/Leetcode-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions

This repository contains personal solutions to LeetCode problems, organized by difficulty.

Each problem has its own folder with:

  • The solution code (in C++ or Python).
  • A README.md file describing the approach and complexity.

Structure

  • easy/ — Easy-level problems
  • medium/ — Medium-level problems
  • hard/ — Hard-level problems

Conventions

  • Folder name: <problem-slug> (e.g. two_sum)
  • Code file: solution.cpp or solution.py
  • Each problem has a README.md inside its folder with:
    • Problem link
    • Approach
    • Time and space complexity

Example layout

easy/
└── two_sum/
    ├── solution.cpp
    └── README.md

License

MIT

About

LeetCode solutions in C++ and Python with explanations and complexity analysis.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors