Original, self-contained coding exercises that demonstrate benchmark design, precise requirements, reference implementations, and automated testing.
Normalize inconsistent event dictionaries into a deterministic schema while validating required fields.
Aggregate reviewer scores by category without mutating the input.
python/normalize_events/
README.md
solution.py
test_solution.py
javascript/summarize_scores/
README.md
solution.js
solution.test.js
.github/workflows/tests.yml
python -m pip install pytest
pytestcd javascript/summarize_scores
npm install
npm test- Unambiguous task statements
- Deterministic expected behavior
- Edge-case coverage
- Clear failure messages
- Original examples without proprietary material