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




Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
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
Think twice, code once.
--Waseem Latif
People who are really serious about software should make their own hardware
--Alan Kay
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
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
People who are really serious about software should make their own hardware
--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
Premature optimization is the root of all evil.
--Donald Knuth
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
Our consciousness is programmed. We see things a certain way from a young age - we're programmed to keep doing them that way. Then you have to spend adulthood learning how to overcome it, to read out the programs. Try to create. I want to tell people to create. Just start by creating your day. Then create your life.
--Prince
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
Happiness should be a function without any parameters.
--Pranshu Midha
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
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
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare