>
> Stay calm.  The costs of a debugging a bug are still relatively enormous in
> terms of development time.  Rushing has a negative expected value,
> occasionally it will pay off when you hack out a solution that just works,
> but most of the time being slow and deliberate will be much better (is this
> off by 1? what happens when n = 0?, etc) will save you oodles of debugging
> time and will make it a lot more likely that your submission is correct.


Rob nailed it.  Particularly when you're
new to competitive programming, it's easy to rush through things and
tempting to take a risky approach.
 Consciously slow down, consciously think about boundary cases, and leave
the speed for when you get more comfortable.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"google-codejam" group.
To post to this group, send email to google-code@googlegroups.com
To unsubscribe from this group, send email to 
google-code+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-code?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to