Algo coding challenges
- Python 96.9%
- HTML 3.1%
| helpers | Use ubo_vertex | |
| solutions | qsort2 | |
| pyproject.toml | Add black config | |
| README.md | Updated README | |
| setup.py | Move all solutions to their own package, add helpers package | |
Coding challenges to prepare for job interviews.
Most of these are popular CS Algos.
Getting started
python3 -m venv venv
source venv/bin/activate
pip install -e .
pytest -sv