8000 GitHub - pleejr/leetcode
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

pleejr/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name

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.

Table of Contents

Installation

# Clone the repo
git clone https://github.com/pleejr/leetcode.git

Usage

# Change into the directory
cd leetcode

# Install dependencies
pip install -r requirements.txt

# Run a solution
python <filename>.py

Features

Some solutions include a subset of test cases with a corresponding light-weight test suite.

Configuration

No environment variables are utilized.

Contributing

  1. Fork the repository
  2. Create your branch (git checkout -b feature/my-feature)
  3. Commit your changes (git commit -am 'Add new feature')
  4. Push to the branch (git push origin feature/my-feature)
  5. Create a new Pull Request

License

This project is not currently licensed. You may contact the author for permission to use.

Contact

Preston E. Lee, Jr. (preston@pleejr.com)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0