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




The personal computer isn't "personal" because it's small and portable and yours to own. It's "personal" because you pour yourself into it - your thoughts, your programming.
--Audrey Watters
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
The issue of finding the best possible answer or achieving maximum efficiency usually arises in industry only after serious performance or legal troubles.
--Steven S. Skiena
Einstein repeatedly argued that there must be simplified explanations of nature, because God is not capricious or arbitrary. No such faith comforts the software engineer.
--Frederick P. Brooks Jr.
Simple things should be simple, complex things should be possible.
--Alan Kay
Good programmers write code that humans can understand.
--Martin Fowler
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
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
...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
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune