Skip to main content

What is LeetCrash?

LeetCrash is a crash course on coding interview concepts.

Each concept is presented as a cheatsheet, to be as digestible as possible.

Who it's For

This course assumes you have basic programming skills.

If you have a basic understanding of lists (arrays), maps, and functions, you're good to go.

Python

This course is taught in python. Coding in python is

While you can probably get by without understanding Python

Generate a new site

Generate a new Docusaurus site using the classic template:

npm init docusaurus@latest my-website classic

Start your site

Run the development server:

cd my-website

npx docusaurus start

Your site starts at http://localhost:3000.

Open docs/intro.md and edit some lines: the site reloads automatically and displays your changes.