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 difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment.
--Theodore H. White
Good programmers write code that humans can understand.
--Martin Fowler
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
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
Premature optimization is the root of all evil.
--Donald Knuth
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
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
One knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it?
--Brian Kernighan
When in doubt, do something.
--Harry Chapin
A change in perspective is worth 80 IQ points
--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
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
The most disastrous thing that you can ever learn is your first programming language.
--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
It's got to be the going not the getting there that's good.
--Hary Chapin
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
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
What is a university/college when the students lose interest?
--Isaac Traxler
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
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
People who are really serious about software should make their own hardware
--Alan Kay
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
Along every step of our journey through life, our mind is being programmed. If we are not programming it ourselves, someone else is doing it to us.
--Joseph Rain
If the steps become to big, they become walls...
--Herb Sutter
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
How do you expect to succeed if you do not know the rules?
--Anonymous
What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison