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.
- 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.
- Languages: Python, Java, etc. (depending on the problem)
- LeetCode: Solutions are tested on LeetCode platform.
-
Clone the repository:
git clone https://github.com/your-username/leetcode-solutions.git
-
Navigate to the folder containing the problem you want to explore.
-
Open the solution and review the notes to understand the approach and optimizations.
MIT License