Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2020 -- CSC 2700 Section 01 (Patrick Taylor 1218, 6:00 PM - 7:50 PM)

Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
How do you expect to succeed if you do not know the rules?
--Anonymous
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
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
People who are really serious about software should make their own hardware
--Alan Kay
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
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell