Skip to content

luw2007/leetcode-unittest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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