Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2024 -- CSC 2700 Section 01
1720 Business Education North Wing, 6:00 PM - 7:50 PM



Class Home




Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler
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
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
...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