Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Spring 2020 -- CSC 2700 Section 01 (Patrick Taylor 1218, 6:30 PM - 8:20 PM)

Class over for the semester!

The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
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
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
People who are really serious about software should make their own hardware
--Alan Kay
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
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
How do you expect to succeed if you do not know the rules?
--Anonymous
I'm a programmer. I like programming. And the best way I've found to have a positive impact on code is to write it.
--Robert C. Martin
People who are really serious about software should make their own hardware
--Alan Kay
Premature optimization is the root of all evil.
--Donald Knuth
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
A change in perspective is worth 80 IQ points
--Alan Kay
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
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
How do you expect to succeed if you do not know the rules?
--Anonymous
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine