1
0
Fork
You've already forked algo-coding-challenges
0
Algo coding challenges
  • Python 96.9%
  • HTML 3.1%
Find a file
2026年03月10日 11:30:46 +00:00
helpers Use ubo_vertex 2025年03月25日 10:26:10 +00:00
solutions qsort2 2026年03月10日 11:30:46 +00:00
pyproject.toml Add black config 2020年05月06日 00:56:29 +01:00
README.md Updated README 2020年05月26日 23:52:56 +01:00
setup.py Move all solutions to their own package, add helpers package 2020年05月10日 23:17:45 +01:00

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