Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/craigpastro/leetcode

A repository of my leetcode solutions
https://github.com/craigpastro/leetcode

Last synced: about 1 month ago
JSON representation

A repository of my leetcode solutions

Awesome Lists containing this project

README

        

# Leetcode solutions

This repo uses [MkDocs](https://www.mkdocs.org/) to generate https://craigpastro.github.io/leetcode/.

## Local Development

1. Edit files
2. Start a virtual environment
3. `pip install -r requirements.txt`
4. `mkdocs serve`