Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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



Class Home

No Class April 23, 2024


Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner
When they first built the University of California at Irvine they just put the buildings in. They did not put any sidewalks, they just planted grass. The next year, they came back and put the sidewalks where the trails were in the grass. Perl is just that kind of language. It is not designed from first principles. Perl is those sidewalks in the grass.
--Larry Wall
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
...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
Good programmers write code that humans can understand.
--Martin Fowler
If the steps become to big, they become walls...
--Herb Sutter
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
I'm a programmer. I like programming. And the best way I've found to have a positive impact on code is to write it.
--Robert C. Martin
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
A change in perspective is worth 80 IQ points
--Alan Kay
The three principal virtues of a programmer are Laziness, Impatience, and Hubris. See the Camel Book for why.
--perldoc perl