Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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



Class Home




The best way to predict the future is to invent it
--Alan Kay
Premature optimization is the root of all evil.
--Donald Knuth
It's got to be the going not the getting there that's good.
--Hary Chapin
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 big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler
...I’m not saying simple code takes less time to write. You’d think it would since you end up with less total code, but a good solution isn’t an accretion of code, it’s a distillation of it.
--Robert Nystrom
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
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
If the steps become to big, they become walls...
--Herb Sutter
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
Our consciousness is programmed. We see things a certain way from a young age - we're programmed to keep doing them that way. Then you have to spend adulthood learning how to overcome it, to read out the programs. Try to create. I want to tell people to create. Just start by creating your day. Then create your life.
--Prince
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
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
Know the rules well, so you can break them effectively
--Dalai Lama XIV
College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller
People who are really serious about software should make their own hardware
--Alan Kay
How do you expect to succeed if you do not know the rules?
--Anonymous
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
Think twice, code once.
--Waseem Latif
What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner
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
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
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