Collection of LeetCode questions to ace the coding interview! - Created using LeetHub
Current Progress • Overview • Topics Covered • How to Use • License
- Solved 40 LeetCode problems
- Solved 50 LeetCode problems
- Solved 100 LeetCode problems
- Solved 200 LeetCode problems
- Solved 300 LeetCode problems
- Solved 500 LeetCode Problems
Welcome to the LeetCode Solutions repository! This repository contains a collection of LeetCode questions and their solutions in various programming languages. It is designed to help you prepare for coding interviews and improve your problem-solving skills.
The repository covers a wide range of topics commonly encountered in coding interviews, including:
- Arrays and Strings
- Linked Lists
- Trees and Graphs
- Sorting and Searching
- Dynamic Programming
- Greedy Algorithms
- Backtracking
- Bit Manipulation
- and more!
To benefit from this repository:
- Browse the
src
directory to find the LeetCode problem you want to solve. - Each problem is organized in its own folder, named after the problem's title or number.
- Within each problem's folder, you will find the solution in various programming languages (e.g., Java, Python, C++).
- Study the solutions, analyze the code, and try to solve the problems on your own first.
- Feel free to contribute your own solutions or improvements to existing ones.
This project is licensed under the MIT License.