This repository contains some simple and well-known coding challenges. Even though I am not a big fan of such exercises in general, I have started here to redo and collect all the tests that I was recently confronted with in actual job interviews.
- Print directory tree
- Fibonacci sequence
- String permutation check
- Non-maximum suppression
- Two-sum problem
- Three-sum problem
-
Installation:
pip install -e . -
Testing:
pytest
-
Type checking:
mypy challenges/