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




There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
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
A change in perspective is worth 80 IQ points
--Alan Kay
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 best way to predict the future is to invent it
--Alan Kay
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
Good programmers write code that humans can understand.
--Martin Fowler
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
The really good programmers spend a lot of time programming. I haven’t seen very good programmers who don’t spend a lot of time programming. If I don’t program for two or three days, I need to do it. And you get better at it—you get quicker at it. The side effect of writing all this other stuff is that when you get to doing ordinary problems, you can do them very quickly.
--Joe Armstrong
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
Premature optimization is the root of all evil.
--Donald Knuth