Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Spring 2023 -- CSC 2700 Section 01 (1216 Patrick Taylor, 6:30 PM - 8:20 PM)



Class Home




Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler
First solve the problem. Then, write the code.
--Waseem Latif
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
If the steps become to big, they become walls...
--Herb Sutter
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell