This is a collection of all LeetCode exercises I have solved according to LeetCode submissions.
All solutions include the exercise metadata as it appeared when I originally solved the exercise.
# Clone the repo
git clone https://github.com/pleejr/leetcode.git
# Change into the directory
cd leetcode
# Install dependencies
pip install -r requirements.txt
# Run a solution
python <filename>.py
Some solutions include a subset of test cases with a corresponding light-weight test suite.
No environment variables are utilized.
- Fork the repository
- Create your branch (git checkout -b feature/my-feature)
- Commit your changes (git commit -am 'Add new feature')
- Push to the branch (git push origin feature/my-feature)
- Create a new Pull Request
This project is not currently licensed. You may contact the author for permission to use.
Preston E. Lee, Jr. (preston@pleejr.com)