Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theodesp/leetcode-primer
Detailed and Well formed solutions for Leetcode problems
https://github.com/theodesp/leetcode-primer
leetcode leetcode-java leetcode-javascript leetcode-python leetcode-solutions
Last synced: 21 days ago
JSON representation
Detailed and Well formed solutions for Leetcode problems
- Host: GitHub
- URL: https://github.com/theodesp/leetcode-primer
- Owner: theodesp
- License: mit
- Created: 2022-11-28T12:29:10.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-02-06T16:27:10.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T07:51:47.802Z (3 months ago)
- Topics: leetcode, leetcode-java, leetcode-javascript, leetcode-python, leetcode-solutions
- Language: HTML
- Homepage: https://theodesp.github.io/leetcode-primer/
- Size: 676 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![](https://img.shields.io/badge/made%20with-Markdown-33A6B8.svg?style=flat-square)
![](https://img.shields.io/badge/made%20with-KaTeX-33A6B8.svg?style=flat-square)
![](https://img.shields.io/badge/PRs-welcome-E87A90.svg?style=flat-square)
[![License: MIT](https://img.shields.io/badge/license-MIT-green)](https://opensource.org/licenses/MIT)# Detailed and Well formed solutions for **LeetCode** problems
## Getting Started
This **[website](https://theodesp.github.io/leetcode-primer/)** contains nearly complete solutions to various - [**LeetCode**](https://leetcode.com/) solutions.
My motivation was to try to organize solutions to help people and myself study algorithms. By using [Markdown (.md)](https://en.wikipedia.org/wiki/Markdown) files, this page is much more readable on portable devices.## How I Generate the Website?
I use the static site generator [MkDocs](http://www.mkdocs.org/) and the theme [Material](https://squidfunk.github.io/mkdocs-material) to build this website.
We use [KaTeX](https://katex.org/) for rendering math expressions, which is fast and beautiful.