Skip to main content

A CLI app to run any given Leetcode python solution.

Project description

python_leetcode_runner

Installation

pip install python_leetcode_runner

Usage

Say your solution file remove_duplicates.py looks like this:

class Solution:
    def removeDuplicates(self, nums: List[int]) -> int:
        ...

Run the file against sample inputs by doing:

> pyleet remove_duplicates.py

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

python_leetcode_runner-0.0.1.tar.gz (1.9 kB view hashes)

Uploaded Source

Built Distribution

python_leetcode_runner-0.0.1-py3-none-any.whl (3.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page