Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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



Class Home




A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
I'm a programmer. I like programming. And the best way I've found to have a positive impact on code is to write it.
--Robert C. Martin
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
Know the rules well, so you can break them effectively
--Dalai Lama XIV
When in doubt, do something.
--Harry Chapin
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham