Skip to content

mldeveloper01/interview-prep

 
 

Repository files navigation

Technical Interview Preparation

What is this?

This repository contains my personal notes and coding solutions to various data structures & algorithms questions, mostly from LeetCode.com.

How is everything organized?

Coding solutions

All data structures & algorithm problem solutions are organized in their source-labeled folders. Most of them come from the LeetCode website, which can be found in the LeetCode folder, which is organized by problem number.

Notebook

I use mdBook, which is a tool written in Rust to create a notebook from the markdown files found in the src directory.

Installation

If you are interested in seeing the notes in its book format, you would need to use the mdbook tool to create and render the book. Here are the steps involved:

  1. Download Rust.
  2. Run cargo install mdbook
  3. Run mdbook serve
  4. Go to localhost:3000

Source Material

Author

Christopher Sabater Cordero

About

These are my notes and pseudo/unfinished code for technical interviews.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.9%
  • Kotlin 4.9%
  • Shell 0.2%