Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 731 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 731 Bytes

Leetcode

Code style: black

Features

  • Support both Python 2.7 and Python 3.6
  • Easy to understand and self-documenting
  • Pythonic (not translating from another language like Java/C++)
  • Elegant (take advantage of Python standard libraries where possible)
  • Efficient (most solutions beat 80% Python submissions)

Leetcode utils that I use

Use leetcode-cli config in this repo

$ npm install -g leetcode-cli
$ ln -s leetcode/config.json ~/.lc/config.json