Advanced -> Contest Engineering
Operational discipline for contests: local testing, checkers, interactive handling, notebook curation, and environment parity.
- Topic slug:
advanced/contest-engineering
- Tutorial page: Open tutorial
- Ladder page: Open ladder
- Repo problems currently tagged here:
0
- Repo companion pages:
5
- Curated external problems:
6
Microtopics
- stress-testing
- local-judging
- interactive-io
- checkers-graders
- notebook-templates
- build-flags
- profiling
- submission-workflow
Learning Sources
Practice Sources
Repo Companion Material
Curated External Problems
Core
| Problem |
Source |
Difficulty |
Context |
Style |
Prerequisites |
Tags |
Why it fits |
| Hidden Integer |
CSES |
Easy-Medium |
Interactive |
- |
- |
Binary Search; Query Budget; Flushing |
Excellent first interactive problem for disciplined I/O and query budgeting. |
| Colored Chairs |
CSES |
Medium |
Interactive |
- |
- |
Parity; Binary Search; Query Budget |
Small-query interactive problem that trains calm invariant tracking. |
| Hidden Permutation |
CSES |
Medium |
Interactive |
- |
- |
Comparison Oracle; Reconstruction; Query Strategy |
A clean interactive reconstruction problem that trains protocol handling and comparison-based strategy. |
| K-th Highest Score |
CSES |
Medium |
Interactive |
- |
- |
Merge Logic; Query Strategy; Two Sorted Sources |
Good practice for interactive strategy design under a global query cap. |
| Permuted Binary Strings |
CSES |
Medium |
Interactive |
- |
- |
Bit Probing; Reconstruction; Query Design |
A reconstruction problem that rewards careful experiment design. |
| Inversion Sorting |
CSES |
Hard |
Interactive |
- |
- |
Sorting By Feedback; Adaptive Strategy; Interaction Protocol |
Great later-stage interactive practice where the judge feedback is indirect. |
Repo Problems
No repo problem note is attached yet. Use the repo companion material above for this theory/process-heavy topic.
Regeneration
python3 scripts/generate_problem_catalog.py