Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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



Class Home




The best way to predict the future is to invent it
--Alan Kay
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
With software there are only two possibilites: either the users control the programme or the programme controls the users. If the programme controls the users, and the developer controls the programme, then the programme is an instrument of unjust power.
--Richard Stallman
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
How do you expect to succeed if you do not know the rules?
--Anonymous
So if an algorithm is an idealized recipe, a program is the detailed set of instructions for a cooking robot preparing a month of meals for an army while under enemy attack
--Kernighan Brian
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
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.
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
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