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




Know the rules well, so you can break them effectively
--Dalai Lama XIV
...I’m not saying simple code takes less time to write. You’d think it would since you end up with less total code, but a good solution isn’t an accretion of code, it’s a distillation of it.
--Robert Nystrom
A change in perspective is worth 80 IQ points
--Alan Kay
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
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
With software there are only two possibilites: either the users control the programme or the programme controls the users. If the programme controls the users, and the developer controls the programme, then the programme is an instrument of unjust power.
--Richard Stallman
If the steps become to big, they become walls...
--Herb Sutter
It's got to be the going not the getting there that's good.
--Hary Chapin
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
What is a university/college when the students lose interest?
--Isaac Traxler
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
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
Think twice, code once.
--Waseem Latif
When in doubt, do something.
--Harry Chapin
Good programmers write code that humans can understand.
--Martin Fowler