https://github.com/zeekersky/leetcode_solution
Solved LeetCode Problem
https://github.com/zeekersky/leetcode_solution
cpp leetcode-cpp leetcode-solutions
Last synced: 3 months ago
JSON representation
Solved LeetCode Problem
- Host: GitHub
- URL: https://github.com/zeekersky/leetcode_solution
- Owner: Zeekersky
- Created: 2024-10-22T06:10:32.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-25T18:12:55.000Z (4 months ago)
- Last Synced: 2025-02-25T19:24:14.288Z (4 months ago)
- Topics: cpp, leetcode-cpp, leetcode-solutions
- Language: C++
- Homepage:
- Size: 420 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode Solutions Repository
Welcome to my LeetCode Solutions Repository! This repository contains my personal solutions to various LeetCode problems, accompanied by the problem statements for better understanding.
## Repository Structure
The repository is organized to ensure easy navigation and accessibility. Each solution is categorized by:- **Problem Statement**: Included alongside each solution for reference.
- **Difficulty Level**: Easy, Medium, or Hard.Each folder contains the solution and its README file containing the problem statement and description. The problem categories that are covered in the repository are as follows:
```
LeetCode_Solution/
|-- Arrays
|-- Strings
|-- Linked List
|-- Tree
|-- Recursion
|-- DynamicProgramming
|-- Graph
|-- ...
```## Key Features
- **Comprehensive Solutions**: Each problem is solved with clear code for easy comprehension.
- **Problem Statements Included**: Each solution includes the corresponding LeetCode problem statement, ensuring that users can understand the context without needing to navigate to the LeetCode website.
- **Wide Coverage**: Solutions span a variety of topics and difficulty levels, offering a great resource for anyone preparing for coding interviews or practicing competitive programming.## How to Use This Repository
1. **Clone the Repository**:
```
git clone https://github.com/Zeekersky/LeetCode_Solution.git
```
2. **Navigate to a Problem Category**:
Browse to the folder that corresponds to the topic you're interested in.
3. **Open the Solution**:
Each solution file contains the problem statement and the corresponding code.
4. **Learn and Practice**:
Use these solutions as a reference to understand problem-solving approaches and coding techniques.## Contribution Guidelines
While this is primarily a personal repository, contributions are welcome! If you'd like to contribute:
- Fork the repository.
- Create a new branch for your contribution.
- Add your solution or improve existing solutions.
- Submit a pull request with a brief description of your changes.## Acknowledgments
This repository is made possible by the extensive problem sets and platform provided by [LeetCode](https://leetcode.com/). All problem statements are sourced from LeetCode, and the credit for them belongs to their respective authors.## Connect with Me
Feel free to connect with me for any questions, suggestions, or discussions:
- **GitHub**: [Zeekersky](https://github.com/Zeekersky)
- **LinkedIn**: [Link](https://www.linkedin.com/in/akash-pal-021851176/)---
Thank you for visiting this repository. Happy coding!