Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2021 -- CSC 2700 Section 01 (1206 Patrick Taylor, 6:00 PM - 7:50 PM)

...I’m not saying simple code takes less time to write. You’d think it would since you end up with less total code, but a good solution isn’t an accretion of code, it’s a distillation of it.
--Robert Nystrom
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
--Rick Cook
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
Think twice, code once.
--Waseem Latif
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell