Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Spring 2025 -- CSC 2700 Section 01
1212 Patrick Taylor, 6:30 PM - 8:20 PM



Class Home




A change in perspective is worth 80 IQ points
--Alan Kay
First solve the problem. Then, write the code.
--Waseem Latif
When in doubt, do something.
--Harry Chapin
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
Simple things should be simple, complex things should be possible.
--Alan Kay
Managers of programming projects aren’t always aware that certain programming issues are matters of religion. If you’re a manager and you try to require compliance with certain programming practices, you’re inviting your programmers’ ire. Here’s a list of religious issues:
■ Programming language
■ Indentation style
■ Placing of braces
■ Choice of IDE
■ Commenting style
■ Efficiency vs. readability tradeoffs
■ Choice of methodology—for example, Scrum vs. Extreme Programming vs. evolutionary delivery ■ Programming utilities
■ Naming conventions
■ Use of gotos
■ Use of global variables
■ Measurements, especially productivity measures such as lines of code per day
--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
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
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
Premature optimization is the root of all evil.
--Donald Knuth
So if an algorithm is an idealized recipe, a program is the detailed set of instructions for a cooking robot preparing a month of meals for an army while under enemy attack
--Kernighan Brian
...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
People who are really serious about software should make their own hardware
--Alan Kay
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
Know the rules well, so you can break them effectively
--Dalai Lama XIV
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller