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




Simple things should be simple, complex things should be possible.
--Alan Kay
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 really good programmers spend a lot of time programming. I haven’t seen very good programmers who don’t spend a lot of time programming. If I don’t program for two or three days, I need to do it. And you get better at it—you get quicker at it. The side effect of writing all this other stuff is that when you get to doing ordinary problems, you can do them very quickly.
--Joe Armstrong
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
Happiness should be a function without any parameters.
--Pranshu Midha
Einstein repeatedly argued that there must be simplified explanations of nature, because God is not capricious or arbitrary. No such faith comforts the software engineer.
--Frederick P. Brooks Jr.
Good programmers write code that humans can understand.
--Martin Fowler
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
People who are really serious about software should make their own hardware
--Alan Kay
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl
When in doubt, do something.
--Harry Chapin
The best way to predict the future is to invent it
--Alan Kay
First solve the problem. Then, write the code.
--Waseem Latif
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
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
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
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