Welcome to my LeetCode solutions repository! Here, you'll find well-explained solutions to a variety of LeetCode problems, organized by difficulty and topic.
Hi there! I'm [Your Name], and this repository houses my journey through LeetCode problems. Whether you're a fellow coding enthusiast, preparing for technical interviews, or simply love solving algorithmic challenges, you're in the right place.
- Easy
- Array Problems
- String Problems
- Linked List Problems
- Medium
- Binary Tree Problems
- Dynamic Programming Problems
- Graph Problems
- Hard
- Advanced Dynamic Programming
- Complex Graph Problems
- Advanced Data Structures
Each solution includes:
- A detailed explanation of the approach.
- Time and space complexity analysis.
- Example test cases.
-
Clone the repository:
git clone https://github.com/SharmaSanchay/Leetcode.git cd LeetCode-Solutions -
Navigate to the problem category:
cd Graph -
Run the solution:
- For C++ solutions:
g++ solution.cpp -o solution ./solution
- For C++ solutions:
Contributions are welcome! Feel free to fork this repository, make improvements, and submit a pull request. Please ensure your solutions follow the existing format and include a thorough explanation.
- Email: sanchaysharm18@gmail.com
- LinkedIn: Sanchay Sharma
- GeeksForGeeks: Sanchay GFG
This project is licensed under the MIT License - see the LICENSE file for details.
