Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2023 -- CSC 2700 Section 01 (2317 Patrick Taylor, 6:00 PM - 7:50 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
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
The real nightmare, worse than the one in which the Big Machine wants to kill you, is the one in which it sees you as irrelevant, or not even as a discrete thing to know.
--Benjamin H Bratton
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
Think twice, code once.
--Waseem Latif
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
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.
What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner