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




Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
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
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
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
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
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