Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Spring 2023 -- CSC 2700 Section 01 (1216 Patrick Taylor, 6:30 PM - 8:20 PM)



Class Home




Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
Good programmers write code that humans can understand.
--Martin Fowler
Happiness should be a function without any parameters.
--Pranshu Midha
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
A change in perspective is worth 80 IQ points
--Alan Kay
It's got to be the going not the getting there that's good.
--Hary Chapin
When they first built the University of California at Irvine they just put the buildings in. They did not put any sidewalks, they just planted grass. The next year, they came back and put the sidewalks where the trails were in the grass. Perl is just that kind of language. It is not designed from first principles. Perl is those sidewalks in the grass.
--Larry Wall
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
The best way to predict the future is to invent it
--Alan Kay
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
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
Premature optimization is the root of all evil.
--Donald Knuth
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
If the steps become to big, they become walls...
--Herb Sutter