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




Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler
But while you can always write 'spaghetti code' in a procedural language, object-oriented languages used poorly can add meatballs to your spaghetti.
--Andrew Hunt
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
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
You are not reading this book because a teacher assigned it to you, you are reading it because you have a desire to learn, and wanting to learn is the biggest advantage you can have.
--Cory Althoff
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
The best way to predict the future is to invent it
--Alan Kay
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
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
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
What is a university/college when the students lose interest?
--Isaac Traxler
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
People who are really serious about software should make their own hardware
--Alan Kay
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods