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




The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
It goes against the grain of modern education to teach children to program. What fun is there in making plans, acquiring discipline in organizing thoughts, devoting attention to detail and learning to be self-critical?
--Alan J. Perlis
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
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
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment.
--Theodore H. White
When they first built the University of California at Irvine they just put the buildings in. They did not put any sidewalks, they just planted grass. The next year, they came back and put the sidewalks where the trails were in the grass. Perl is just that kind of language. It is not designed from first principles. Perl is those sidewalks in the grass.
--Larry Wall
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
Premature optimization is the root of all evil.
--Donald Knuth