Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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



Class Home




Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
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
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
People who are really serious about software should make their own hardware
--Alan Kay
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
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
...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
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
Premature optimization is the root of all evil.
--Donald Knuth
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
--Rick Cook
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 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
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 really good programmers spend a lot of time programming. I haven’t seen very good programmers who don’t spend a lot of time programming. If I don’t program for two or three days, I need to do it. And you get better at it—you get quicker at it. The side effect of writing all this other stuff is that when you get to doing ordinary problems, you can do them very quickly.
--Joe Armstrong
First solve the problem. Then, write the code.
--Waseem Latif
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
A change in perspective is worth 80 IQ points
--Alan Kay
Think twice, code once.
--Waseem Latif
How do you expect to succeed if you do not know the rules?
--Anonymous
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
People who are really serious about software should make their own hardware
--Alan Kay
Happiness should be a function without any parameters.
--Pranshu Midha
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune