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




Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
How do you expect to succeed if you do not know the rules?
--Anonymous
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
...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
First solve the problem. Then, write the code.
--Waseem Latif
A change in perspective is worth 80 IQ points
--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
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch