This repository contains solutions to various LeetCode problems I have solved. The problems are categorized based on their primary topics, such as Arrays, Math, Strings, and more. Each problem solution is written in Python and placed in its respective category folder.
The problems are organized into folders based on their subject matter. Each folder contains:
- Python files: Solutions to the LeetCode problems.
- README.md: Brief descriptions of the problems solved in that folder.
- Arrays: Contains problems related to arrays, such as searching, sorting, and manipulating array elements.
- Math: Contains math-related problems, including divisibility, basic arithmetic, and other mathematical operations.
Feel free to browse the solutions and leave feedback!
- Clone the repository:
git clone https://github.com/yourusername/LeetCode-Solutions.git - Navigate into the respective category folder to find the solutions you're interested in.
Stay tuned for more solutions as I continue solving more LeetCode problems!