Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Spring 2026 -- CSC 2700 Section 01
1218 Patrick Taylor Hall, 6:30 PM - 8:20 PM



Class Home




A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
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
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
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
First solve the problem. Then, write the code.
--Waseem Latif
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
--Rick Cook
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
Happiness should be a function without any parameters.
--Pranshu Midha
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
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
...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