The repository follows very closely to the Crack the coding interview book. The repository contains the code for a the problems I have used to solve different problems and my implementation of data structures and algorithms.
python 3.8.10
Please install dev requirements for testing and formatting python code.
pip install -r requirments-dev.txt
Contributers can check if their code follows the python standard using the following script.
./linit.sh