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




The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
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 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
Premature optimization is the root of all evil.
--Donald Knuth
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
People who are really serious about software should make their own hardware
--Alan Kay
It's got to be the going not the getting there that's good.
--Hary Chapin
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
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
What is a university/college when the students lose interest?
--Isaac Traxler
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
...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 in doubt, do something.
--Harry Chapin
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
A change in perspective is worth 80 IQ points
--Alan Kay
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
If the steps become to big, they become walls...
--Herb Sutter
College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller
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
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 best way to predict the future is to invent it
--Alan Kay
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine