Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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

Class over for the semester!

There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
It's got to be the going not the getting there that's good.
--Hary Chapin
When in doubt, do something.
--Harry 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
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
Know the rules well, so you can break them effectively
--Dalai Lama XIV
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
Happiness should be a function without any parameters.
--Pranshu Midha
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
Good programmers write code that humans can understand.
--Martin Fowler
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
Think twice, code once.
--Waseem Latif
Simple things should be simple, complex things should be possible.
--Alan Kay
Einstein repeatedly argued that there must be simplified explanations of nature, because God is not capricious or arbitrary. No such faith comforts the software engineer.
--Frederick P. Brooks Jr.
The best way to predict the future is to invent it
--Alan Kay
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
The real nightmare, worse than the one in which the Big Machine wants to kill you, is the one in which it sees you as irrelevant, or not even as a discrete thing to know.
--Benjamin H Bratton
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
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
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
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
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
People who are really serious about software should make their own hardware
--Alan Kay
What is a university/college when the students lose interest?
--Isaac Traxler
College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler