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




Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
Think twice, code once.
--Waseem Latif
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
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
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
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
Premature optimization is the root of all evil.
--Donald Knuth
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
...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
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
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
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
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
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
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
Simple things should be simple, complex things should be possible.
--Alan Kay
Good programmers write code that humans can understand.
--Martin Fowler