A leetcode command line tool built by Python
git clone https://github.com/wshuail/leetcode-cli-python.git
cd leetcode-cli-python
pip install .
lc stat
lc list --level easy
lc show two-sum
lc code two-sum
lc test 1.two-sum.py
lc submit 1.two-sum.py
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A leetcode command line tool built by Python
git clone https://github.com/wshuail/leetcode-cli-python.git
cd leetcode-cli-python
pip install .
lc stat
lc list --level easy
lc show two-sum
lc code two-sum
lc test 1.two-sum.py
lc submit 1.two-sum.py