Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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



Class Home




Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
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
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
Premature optimization is the root of all evil.
--Donald Knuth
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
How do you expect to succeed if you do not know the rules?
--Anonymous
It's got to be the going not the getting there that's good.
--Hary Chapin
Simple things should be simple, complex things should be possible.
--Alan Kay
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
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 most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
Know the rules well, so you can break them effectively
--Dalai Lama XIV
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