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




Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
A change in perspective is worth 80 IQ points
--Alan Kay
The best way to predict the future is to invent it
--Alan Kay
...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
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler