Skip to content

This repository contains my solutions to various LeetCode coding exercises. I hope you find something valuable here.

NotificationsYou must be signed in to change notification settings

g0at1/leetcode-solutions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

91 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions Repository

Welcome to my LeetCode Solutions Repository! This repository contains my solutions to various LeetCode coding exercises. Whether you're a fellow developer looking for inspiration, a recruiter checking out my coding skills, or just someone curious about different problem-solving approaches, I hope you find something valuable here.

Table of Contents

About

LeetCode is a platform that provides a collection of coding challenges that can help you improve your algorithmic and coding skills. In this repository, you'll find my solutions to a wide range of LeetCode problems. Each solution is accompanied by a detailed explanation of the approach I took and the reasoning behind it.

Usage

Feel free to explore the solutions in this repository. You can clone the repository locally and navigate through the folders to find solutions to specific LeetCode problems. Each solution is located in its respective folder and is named according to the LeetCode problem number and title.

To clone the repository, use the following command:

git clone https://.com/your-username/leetcode-solutions.git

Folder Structure

The repository is organized in the following folder structure:

leetcode-solutions/
├── Problem1/
│   ├── solution.py
│   ├── explanation.md
│   └── ...
├── Problem2/
│   ├── solution.py
│   ├── explanation.md
│   └── ...
└── ...

Each problem folder contains a solution.py file that contains my solution to the problem and an explanation.md file that provides a detailed breakdown of the approach used. If necessary, additional files or folders may be included to support the explanation or solution.

Contributing

Contributions to this repository are welcome! If you have a more optimized solution or want to add an explanation for a problem that isn't already covered, feel free to create a pull request. Please make sure to follow the existing folder structure and provide a clear and concise explanation for your solution.

Contact

If you have any questions, suggestions, or just want to connect, feel free to reach out to me. You can find my contact information in my profile.

Happy coding!

About

This repository contains my solutions to various LeetCode coding exercises. I hope you find something valuable here.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published