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




First solve the problem. Then, write the code.
--Waseem Latif
What is a university/college when the students lose interest?
--Isaac Traxler
Premature optimization is the root of all evil.
--Donald Knuth
How do you expect to succeed if you do not know the rules?
--Anonymous
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
I'm a programmer. I like programming. And the best way I've found to have a positive impact on code is to write it.
--Robert C. Martin
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
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
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
Simple things should be simple, complex things should be possible.
--Alan Kay
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
It's got to be the going not the getting there that's good.
--Hary Chapin
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
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
A change in perspective is worth 80 IQ points
--Alan Kay
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay