Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Spring 2022 -- CSC 2700 Section 01 (1216 Patrick Taylor, 6:30 PM - 8:20 PM)



Class Home




A change in perspective is worth 80 IQ points
--Alan Kay
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
Simple things should be simple, complex things should be possible.
--Alan Kay
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
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
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
When in doubt, do something.
--Harry Chapin
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
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.
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
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