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)

The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
One knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it?
--Brian Kernighan
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler