Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2025 -- CSC 2700 Section 01
1245 Patrick Taylor Hall, 6:00 PM - 7:50 PM



Class Home




Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
A change in perspective is worth 80 IQ points
--Alan Kay
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
Premature optimization is the root of all evil.
--Donald Knuth
Good programmers write code that humans can understand.
--Martin Fowler
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
Think twice, code once.
--Waseem Latif
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
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
I'm a programmer. I like programming. And the best way I've found to have a positive impact on code is to write it.
--Robert C. Martin
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
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
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
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
How do you expect to succeed if you do not know the rules?
--Anonymous
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin 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
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
If the steps become to big, they become walls...
--Herb Sutter
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
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.
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
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas