12 ms·
> and made sure things were right. Every coding competition I’ve participated in required correctness as a first criteria for basic acceptance, and then speed
by altdatathrow 6y ago
> and made sure things were right.
Every coding competition I’ve participated in required correctness as a first criteria for basic acceptance, and then speed as a secondary scoring criteria.
- bawolff 6y agoDid you loose significant points for incorrect solutions? Otherwise that still discourages verifying over guessing.
- Tehdasi 6y agoFor Advent of Code, you lose a minute of time for every wrong answer. Also in most how-to-leaderboard guides it's heavily noted that making mistakes (ie. bugs) is going to cost you the most times (anecdotally, I'd agree with this). Those who leaderboard have to write bug free code.
- ta988 6y agoAnd just as a reference the difference between two performers is usually between 1 and 15s so one minute is a lot. On current days, if you are fast 1 minute may still get you leaderboard as the delta between number 1 and 100 is 10 min for day 1 it was 34s.