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




College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
...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
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
Happiness should be a function without any parameters.
--Pranshu Midha
One knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it?
--Brian Kernighan
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
When in doubt, do something.
--Harry Chapin
First solve the problem. Then, write the code.
--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
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
The best way to predict the future is to invent it
--Alan Kay
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
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
The real nightmare, worse than the one in which the Big Machine wants to kill you, is the one in which it sees you as irrelevant, or not even as a discrete thing to know.
--Benjamin H Bratton
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley