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 ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
Good programmers write code that humans can understand.
--Martin Fowler
Along every step of our journey through life, our mind is being programmed. If we are not programming it ourselves, someone else is doing it to us.
--Joseph Rain
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.
...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
Simple things should be simple, complex things should be possible.
--Alan Kay
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
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
Happiness should be a function without any parameters.
--Pranshu Midha
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
When in doubt, do something.
--Harry Chapin
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
One knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it?
--Brian Kernighan
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
If the steps become to big, they become walls...
--Herb Sutter