Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2024 -- CSC 2700 Section 01
1720 Business Education North Wing, 6:00 PM - 7:50 PM



Class Home




Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
Simple things should be simple, complex things should be possible.
--Alan Kay
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner
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
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment.
--Theodore H. White
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham