Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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



Class Home




A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
What is a university/college when the students lose interest?
--Isaac Traxler
...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
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
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
Happiness should be a function without any parameters.
--Pranshu Midha
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller
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
Think twice, code once.
--Waseem Latif
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
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
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
Simple things should be simple, complex things should be possible.
--Alan Kay
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
How do you expect to succeed if you do not know the rules?
--Anonymous
First solve the problem. Then, write the code.
--Waseem Latif
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
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