Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Spring 2025 -- CSC 2700 Section 01
1212 Patrick Taylor, 6:30 PM - 8:20 PM



Class Home




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
It's got to be the going not the getting there that's good.
--Hary Chapin
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
Good programmers write code that humans can understand.
--Martin Fowler
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
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
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
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
How do you expect to succeed if you do not know the rules?
--Anonymous
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
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