Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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



Class Home




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
If the steps become to big, they become walls...
--Herb Sutter
People who are really serious about software should make their own hardware
--Alan Kay
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
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
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
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
How do you expect to succeed if you do not know the rules?
--Anonymous
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
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
First solve the problem. Then, write the code.
--Waseem Latif
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
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
You are not reading this book because a teacher assigned it to you, you are reading it because you have a desire to learn, and wanting to learn is the biggest advantage you can have.
--Cory Althoff
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
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell