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 today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
--Rick Cook
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
The personal computer isn't "personal" because it's small and portable and yours to own. It's "personal" because you pour yourself into it - your thoughts, your programming.
--Audrey Watters
...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
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
Simple things should be simple, complex things should be possible.
--Alan Kay
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
What is a university/college when the students lose interest?
--Isaac Traxler
Happiness should be a function without any parameters.
--Pranshu Midha
The best way to predict the future is to invent it
--Alan Kay
The real nightmare, worse than the one in which the Big Machine wants to kill you, is the one in which it sees you as irrelevant, or not even as a discrete thing to know.
--Benjamin H Bratton
When in doubt, do something.
--Harry Chapin
Know the rules well, so you can break them effectively
--Dalai Lama XIV
Along every step of our journey through life, our mind is being programmed. If we are not programming it ourselves, someone else is doing it to us.
--Joseph Rain
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell