Skip to content

susamn/preparation

Repository files navigation

preparation

The preparation project for algorithms and system design.

Prerequisites

  • Python >= 3.13
  • uv

Setup

  1. Install dependencies:

    uv sync
  2. Install Jupyter Kernel:

    To use this virtual environment in Jupyter Notebooks, you need to register it as a kernel:

    uv run python -m ipykernel install --user --name=preparation --display-name "Python (preparation)"
  3. Run Jupyter Notebook:

    To run the notebook using the internal kernel, run this

    uv run jupyter notebook

About

This is my preparation project for tech interviews

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors