Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/litreily/leetcode
my record of leetcode solutions
https://github.com/litreily/leetcode
algorithm docs leetcode markdown pymdown
Last synced: 7 days ago
JSON representation
my record of leetcode solutions
- Host: GitHub
- URL: https://github.com/litreily/leetcode
- Owner: Litreily
- Created: 2020-05-19T03:52:50.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-16T07:01:43.000Z (about 4 years ago)
- Last Synced: 2024-11-07T20:25:24.369Z (about 2 months ago)
- Topics: algorithm, docs, leetcode, markdown, pymdown
- Language: Python
- Homepage: https://www.litreily.top/leetcode/
- Size: 1.09 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# leetcode
source docs of leetcode solutions
## Installation
```zsh
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.
```bash
python3 scripts/new.py# example
python3 scripts/new.py 1
```