Skip to content

Latest commit

 

History

History
executable file
·
28 lines (18 loc) · 576 Bytes

README.md

File metadata and controls

executable file
·
28 lines (18 loc) · 576 Bytes

Problem Solving Practice

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.


Requirements

python 3.8.10

Contributing

Please install dev requirements for testing and formatting python code.

pip install -r requirments-dev.txt

Python Linting

Contributers can check if their code follows the python standard using the following script.

./linit.sh