Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2025 -- CSC 2700 Section 01
1245 Patrick Taylor Hall, 6:00 PM - 7:50 PM



Class Home




A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
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
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
If the steps become to big, they become walls...
--Herb Sutter
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
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
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
What is a university/college when the students lose interest?
--Isaac Traxler
Happiness should be a function without any parameters.
--Pranshu Midha
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
Einstein repeatedly argued that there must be simplified explanations of nature, because God is not capricious or arbitrary. No such faith comforts the software engineer.
--Frederick P. Brooks Jr.
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