https://github.com/abbas8984/leetcode
A collection of my solutions to LeetCode problems, written for learning, practice, and fun.
https://github.com/abbas8984/leetcode
algorithm algorithm-challenges algorithm-competitions cpp csharp datastructure interview javascript leetcode-classification leetcode-cpp leetcode-go leetcode-golang leetcode-solutions programmer
Last synced: 4 months ago
JSON representation
A collection of my solutions to LeetCode problems, written for learning, practice, and fun.
- Host: GitHub
- URL: https://github.com/abbas8984/leetcode
- Owner: Abbas8984
- Created: 2025-04-06T14:47:11.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-06-26T13:18:04.000Z (4 months ago)
- Last Synced: 2025-06-26T14:26:34.903Z (4 months ago)
- Topics: algorithm, algorithm-challenges, algorithm-competitions, cpp, csharp, datastructure, interview, javascript, leetcode-classification, leetcode-cpp, leetcode-go, leetcode-golang, leetcode-solutions, programmer
- Language: JavaScript
- Size: 9.77 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 collection showcases my solutions to various LeetCode problems. I created this repository for learning, practice, and, most importantly, fun. Here, you will find a variety of coding challenges that cover different topics and algorithms.
## Table of Contents
- [Introduction](#introduction)
- [Topics Covered](#topics-covered)
- [Getting Started](#getting-started)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)
- [Releases](#releases)
- [Contact](#contact)
## Introduction
LeetCode is a platform that offers a wide range of coding challenges. These problems help sharpen your coding skills and improve your problem-solving abilities. This repository contains my solutions to these problems, which I hope will help others in their learning journey.
## Topics Covered
This repository includes solutions for a variety of topics, including:
- Arrays
- Dynamic Programming
- Graphs
- Greedy Algorithms
- Hash Tables
- Maps
- Pointers
- Recursion
- Sliding Window Technique
- Strings
- Data Structures
- Trees
- Two Pointers
These topics represent some of the core concepts in coding interviews and competitive programming.
## Getting Started
To get started with this repository, you will need to clone it to your local machine. Use the following command:
```bash
git clone https://github.com/Abbas8984/leetcode.git
```
Once you have cloned the repository, navigate to the project directory:
```bash
cd leetcode
```
You can explore the various folders, each containing solutions for different topics.
## Usage
To run the solutions, you will need a suitable programming environment. Most of the solutions are written in Python, but you can adapt them to other languages if needed.
1. Open the solution file you want to run.
2. Ensure you have the required libraries installed (if any).
3. Execute the file in your terminal or IDE.
For more details on specific solutions, refer to the comments within each file.
## Contributing
Contributions are welcome! If you have suggestions for improvements or additional solutions, feel free to fork the repository and submit a pull request. Please ensure that your code follows the existing style and includes comments for clarity.
## License
This project is licensed under the MIT License. See the [LICENSE](LICENSE) file for details.
## Releases
For the latest updates and downloadable content, visit the [Releases](https://github.com/Abbas8984/leetcode/releases) section. Here, you can find new features and improvements that I regularly add to the repository.
If you wish to download and execute specific files, please check the releases for the latest versions.
## Contact
If you have any questions or feedback, feel free to reach out:
- GitHub: [Abbas8984](https://github.com/Abbas8984)
- Email: abbas@example.com
Thank you for visiting my LeetCode solutions repository! I hope you find it helpful in your coding journey. Happy coding! 🚀

---
This README provides a comprehensive overview of the repository. Each section is designed to guide you through understanding and utilizing the solutions effectively. Whether you're preparing for interviews or simply looking to enhance your skills, I hope this collection serves you well.