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




Good programmers write code that humans can understand.
--Martin Fowler
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
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
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
So if an algorithm is an idealized recipe, a program is the detailed set of instructions for a cooking robot preparing a month of meals for an army while under enemy attack
--Kernighan Brian
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
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
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard