Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Spring 2022 -- CSC 2700 Section 01 (1216 Patrick Taylor, 6:30 PM - 8:20 PM)



Class Home




The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
How do you expect to succeed if you do not know the rules?
--Anonymous
Simple things should be simple, complex things should be possible.
--Alan Kay
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
When in doubt, do something.
--Harry Chapin
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
[On identifying talented programmers] It’s just enthusiasm. You ask them what’s the most interesting program they worked on. And then you get them to describe it and its algorithms and what’s going on. If they can’t withstand my questioning on their program, then they’re not good. I’m asking them to describe something they’ve done that they’ve spent blood on. I’ve never met anybody who really did spend blood on something who wasn’t eager to describe what they’ve done and how they did it and why. I let them pick the subject. I don’t pick the subject, so I’m the amateur and they’re the professional in this subject. If they can’t stand an amateur asking them questions about their profession, then they don’t belong.
--Ken Thompson
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
It's got to be the going not the getting there that's good.
--Hary Chapin
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
Good programmers write code that humans can understand.
--Martin Fowler
Know the rules well, so you can break them effectively
--Dalai Lama XIV
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
Think twice, code once.
--Waseem Latif
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
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler
So if an algorithm is an idealized recipe, a program is the detailed set of instructions for a cooking robot preparing a month of meals for an army while under enemy attack
--Kernighan Brian