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!

Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
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
What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
How do you expect to succeed if you do not know the rules?
--Anonymous
When in doubt, do something.
--Harry Chapin
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
First solve the problem. Then, write the code.
--Waseem Latif
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
A change in perspective is worth 80 IQ points
--Alan Kay