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
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
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
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
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
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
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
Simple things should be simple, complex things should be possible.
--Alan Kay
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
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
Think twice, code once.
--Waseem Latif
Premature optimization is the root of all evil.
--Donald Knuth
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
Good programmers write code that humans can understand.
--Martin Fowler