Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2024 -- CSC 2700 Section 01
1720 Business Education North Wing, 6:00 PM - 7:50 PM



Class Home




How do you expect to succeed if you do not know the rules?
--Anonymous
When in doubt, do something.
--Harry Chapin
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
Good programmers write code that humans can understand.
--Martin Fowler
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
Simple things should be simple, complex things should be possible.
--Alan Kay
The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment.
--Theodore H. White
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
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
Happiness should be a function without any parameters.
--Pranshu Midha
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
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
What is a university/college when the students lose interest?
--Isaac Traxler
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
Premature optimization is the root of all evil.
--Donald Knuth
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler