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




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
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
Premature optimization is the root of all evil.
--Donald Knuth
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
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
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
Think twice, code once.
--Waseem Latif
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
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
What is a university/college when the students lose interest?
--Isaac Traxler
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell