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




First solve the problem. Then, write the code.
--Waseem Latif
What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner
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
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
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
Good programmers write code that humans can understand.
--Martin Fowler
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
Happiness should be a function without any parameters.
--Pranshu Midha
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
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 is the art of thinking really hard about how to avoid having to think really hard.
--unknown
If the steps become to big, they become walls...
--Herb Sutter
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
Simple things should be simple, complex things should be possible.
--Alan Kay
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare