Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2022 -- CSC 2700 Section 01 (1216 Patrick Taylor, 6:00 PM - 7:50 PM)



Class Home




What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
Our consciousness is programmed. We see things a certain way from a young age - we're programmed to keep doing them that way. Then you have to spend adulthood learning how to overcome it, to read out the programs. Try to create. I want to tell people to create. Just start by creating your day. Then create your life.
--Prince
...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
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
The personal computer isn't "personal" because it's small and portable and yours to own. It's "personal" because you pour yourself into it - your thoughts, your programming.
--Audrey Watters
Simple things should be simple, complex things should be possible.
--Alan Kay
When in doubt, do something.
--Harry Chapin
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
Happiness should be a function without any parameters.
--Pranshu Midha
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
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
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
Know the rules well, so you can break them effectively
--Dalai Lama XIV
It goes against the grain of modern education to teach children to program. What fun is there in making plans, acquiring discipline in organizing thoughts, devoting attention to detail and learning to be self-critical?
--Alan J. Perlis
Premature optimization is the root of all evil.
--Donald Knuth