Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Spring 2025 -- CSC 2700 Section 01
1212 Patrick Taylor, 6:30 PM - 8:20 PM



Class Home




First solve the problem. Then, write the code.
--Waseem Latif
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
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
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
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
People who are really serious about software should make their own hardware
--Alan Kay
People who are really serious about software should make their own hardware
--Alan Kay
If the steps become to big, they become walls...
--Herb Sutter
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
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
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
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
Simple things should be simple, complex things should be possible.
--Alan Kay
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander