Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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

Class over for the semester!

The best way to predict the future is to invent it
--Alan Kay
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
--Rick Cook
Think twice, code once.
--Waseem Latif
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
People who are really serious about software should make their own hardware
--Alan Kay
Happiness should be a function without any parameters.
--Pranshu Midha
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
The personal computer isn't "personal" because it's small and portable and yours to own. It's "personal" because you pour yourself into it - your thoughts, your programming.
--Audrey Watters
A change in perspective is worth 80 IQ points
--Alan Kay
College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller
When in doubt, do something.
--Harry Chapin
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
Along every step of our journey through life, our mind is being programmed. If we are not programming it ourselves, someone else is doing it to us.
--Joseph Rain
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
First solve the problem. Then, write the code.
--Waseem Latif
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
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
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
Simple things should be simple, complex things should be possible.
--Alan Kay
The really good programmers spend a lot of time programming. I haven’t seen very good programmers who don’t spend a lot of time programming. If I don’t program for two or three days, I need to do it. And you get better at it—you get quicker at it. The side effect of writing all this other stuff is that when you get to doing ordinary problems, you can do them very quickly.
--Joe Armstrong