Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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



Class Home




Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
The really good programmers spend a lot of time programming. I haven’t seen very good programmers who don’t spend a lot of time programming. If I don’t program for two or three days, I need to do it. And you get better at it—you get quicker at it. The side effect of writing all this other stuff is that when you get to doing ordinary problems, you can do them very quickly.
--Joe Armstrong
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
People who are really serious about software should make their own hardware
--Alan Kay
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
Good programmers write code that humans can understand.
--Martin Fowler
...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