source docs of leetcode solutions
sudo -H pip3 install mkdocs-material
sudo -H pip3 install mkdocs-minify-plugin
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