Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```