Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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



Class Home




Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
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
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
--Rick Cook
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
Know the rules well, so you can break them effectively
--Dalai Lama XIV
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
Premature optimization is the root of all evil.
--Donald Knuth
A change in perspective is worth 80 IQ points
--Alan Kay
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
People who are really serious about software should make their own hardware
--Alan Kay
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller
The personal computer isn't "personal" because it's small and portable and yours to own. It's "personal" because you pour yourself into it - your thoughts, your programming.
--Audrey Watters
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
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
Simple things should be simple, complex things should be possible.
--Alan Kay
First solve the problem. Then, write the code.
--Waseem Latif