Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 422 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 422 Bytes

leetcode

source docs of leetcode solutions

Installation

sudo -H pip3 install mkdocs-material
sudo -H pip3 install mkdocs-minify-plugin

Template

You can get description info of leetcode questions with below command, it will create new file into 'docs/algorithm/' directory and auto fill in the description info.

python3 scripts/new.py <question_id>

# example
python3 scripts/new.py 1