Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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



Class Home

No Class April 23, 2024


The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
The best way to predict the future is to invent it
--Alan Kay
Think twice, code once.
--Waseem Latif
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
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
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
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
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
Good programmers write code that humans can understand.
--Martin Fowler
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
But while you can always write 'spaghetti code' in a procedural language, object-oriented languages used poorly can add meatballs to your spaghetti.
--Andrew Hunt
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard