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




Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
[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
If the steps become to big, they become walls...
--Herb Sutter
Our consciousness is programmed. We see things a certain way from a young age - we're programmed to keep doing them that way. Then you have to spend adulthood learning how to overcome it, to read out the programs. Try to create. I want to tell people to create. Just start by creating your day. Then create your life.
--Prince
When in doubt, do something.
--Harry Chapin
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
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 most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
Good programmers write code that humans can understand.
--Martin Fowler
Einstein repeatedly argued that there must be simplified explanations of nature, because God is not capricious or arbitrary. No such faith comforts the software engineer.
--Frederick P. Brooks Jr.
Premature optimization is the root of all evil.
--Donald Knuth