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




Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
When in doubt, do something.
--Harry Chapin
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
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
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
If the steps become to big, they become walls...
--Herb Sutter
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
...I’m not saying simple code takes less time to write. You’d think it would since you end up with less total code, but a good solution isn’t an accretion of code, it’s a distillation of it.
--Robert Nystrom