Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 776 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 776 Bytes

Grokking the Coding Interview

This follows the material from Grokking the Coding Interview. The course provides notes on given topics as well as small windows with python enviornments to run the examples. However, it can be useful to run in debugger mode. As such, I'm simply copying examples and solutions here so I can run them in my IDE and develop a better sense of their structure and pattern.

Setup

  1. set your virtual enviornement with python venv .venv
  2. activcate your .venv with .venv source/bin/activate
  3. install the requirements with pip install requirements.txt

Convert .ipynb to .html to store in Anki

Use nbconvert