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
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
--Rick Cook
Know the rules well, so you can break them effectively
--Dalai Lama XIV
You are not reading this book because a teacher assigned it to you, you are reading it because you have a desire to learn, and wanting to learn is the biggest advantage you can have.
--Cory Althoff
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
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 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
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
Premature optimization is the root of all evil.
--Donald Knuth
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley