Skip to content

MUSTAFA892/Leetcode-Solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


LeetCode Solutions

This repository contains my solutions to various LeetCode problems, organized by problem category. Each solution is accompanied by notes explaining the approach, algorithm, and any optimizations made.


Structure

  • Folders: Each folder is named according to the problem category (e.g., Arrays, Dynamic Programming, etc.) and contains solutions for relevant problems.
  • Files: Each problem has a separate file with the solution code, and where applicable, a README with detailed notes on the approach used.

Technologies Used

  • Languages: Python, Java, etc. (depending on the problem)
  • LeetCode: Solutions are tested on LeetCode platform.

How to Use

  1. Clone the repository:

    git clone https://github.com/your-username/leetcode-solutions.git
  2. Navigate to the folder containing the problem you want to explore.

  3. Open the solution and review the notes to understand the approach and optimizations.


License

MIT License


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages