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




Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
People who are really serious about software should make their own hardware
--Alan Kay
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
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
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
The best way to predict the future is to invent it
--Alan Kay
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
...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
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
When in doubt, do something.
--Harry Chapin
The issue of finding the best possible answer or achieving maximum efficiency usually arises in industry only after serious performance or legal troubles.
--Steven S. Skiena