Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 418 Bytes

Readme.md

File metadata and controls

26 lines (18 loc) · 418 Bytes

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