Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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

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
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
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
What is a university/college when the students lose interest?
--Isaac Traxler
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
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
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
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
The real nightmare, worse than the one in which the Big Machine wants to kill you, is the one in which it sees you as irrelevant, or not even as a discrete thing to know.
--Benjamin H Bratton
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
...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
Good programmers write code that humans can understand.
--Martin Fowler
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
People who are really serious about software should make their own hardware
--Alan Kay