Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/craigpastro/leetcode
- Owner: craigpastro
- Created: 2021-06-24T00:03:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-11T05:38:32.000Z (about 1 year ago)
- Last Synced: 2024-04-17T16:11:19.768Z (8 months ago)
- Language: Ruby
- Size: 1.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`