Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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



Class Home

No Class April 23, 2024


...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
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
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
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
First solve the problem. Then, write the code.
--Waseem Latif
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
How do you expect to succeed if you do not know the rules?
--Anonymous
If the steps become to big, they become walls...
--Herb Sutter
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
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
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
Think twice, code once.
--Waseem Latif
It goes against the grain of modern education to teach children to program. What fun is there in making plans, acquiring discipline in organizing thoughts, devoting attention to detail and learning to be self-critical?
--Alan J. Perlis
Simple things should be simple, complex things should be possible.
--Alan Kay
Happiness should be a function without any parameters.
--Pranshu Midha