Coding Interview Notebook
Interesting notes from coding interview preparation
Easy to Navigate
This notebook aims to make it as effortless as possible to navigate from question to solution to implementation.
Process First
This notebook puts the process of solving the problems over solutions themselves since the ability to make progress in under-defined environments is more important than memorizing implementations.
Focus on Readability
This notebook focuses on readbility over efficiency or simplicity meaning that code that is less efficient and longer will be still preferred as long as it's more readable.