Skip to content
leetcode unittest template
Python
Branch: master
Clone or download

Latest commit

Fetching latest commit…
Cannot retrieve the latest commit at this time.

Files

Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.pkg
.gitignore
.gitmodules
LICENSE
Readme.md
build.py

Readme.md

Usage:

build all unittest:

python3 build.py go_all

build the keyword,kyeword such as: '1', 'two-sum':

python3 build.py go KEYWORD

WHY:

can submit the leetcode code using leetcode-cli.

But it not fast enough. Only local unittest, We can enjoy programming.

DONE:

  • go
  • python
  • java

THANKS:

  • aQuaYi/LeetCode-in-Go
You can’t perform that action at this time.