Tag: Debugging
-

Knowing BFS Is Not the Same as Writing BFS in Ten Minutes: How to Train USACO Implementation Speed
Most students who say I knew what to do actually did know. What they could not do was type it correctly under a clock. How to measure implementation fluency and drill it.
-

One Sample Test Is All You Get: How to Build Your Own USACO Test Cases
In a USACO contest you see one sample test per problem while at least ten hidden groups grade you. Here is the five-case checklist and stress-test loop that closes that gap.