Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        


LeetCode Primer

![](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.