Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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



Class Home




The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
The personal computer isn't "personal" because it's small and portable and yours to own. It's "personal" because you pour yourself into it - your thoughts, your programming.
--Audrey Watters
First solve the problem. Then, write the code.
--Waseem Latif
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
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
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
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
When in doubt, do something.
--Harry Chapin
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
If the steps become to big, they become walls...
--Herb Sutter
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler
What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner
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