This repository contains my solutions to problems from LeetCode.
The purpose of this repository is to document my progress as I work through various problems on LeetCode. Each solution is carefully thought out and thoroughly tested. My hope is that these solutions will be helpful to other developers preparing for technical interviews or simply looking to hone their problem-solving skills.
The problems are named by their corresponding LeetCode number and title.
The solution code.
The time complexity of the solution.
To use this repository, follow these steps:
Clone the repository: git clone https://github.com/AdamAllanThomas/Leet-Codes/.git
Navigate to the directory of the problem you're interested in.
Open the solution file to view the problem statement, solution, and explanation.
If you find a mistake in a solution, or if you know of a better solution, feel free to make a pull request with your changes. All contributions are welcome.
This project is licensed under the terms of the MIT license.