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




Simple things should be simple, complex things should be possible.
--Alan Kay
First solve the problem. Then, write the code.
--Waseem Latif
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
...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
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
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 a great programmer; I'm just a good programmer with great habits.
--Kent Beck
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live
--John Woods
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
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
The best way to predict the future is to invent it
--Alan Kay
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
When in doubt, do something.
--Harry Chapin
But while you can always write 'spaghetti code' in a procedural language, object-oriented languages used poorly can add meatballs to your spaghetti.
--Andrew Hunt
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
Premature optimization is the root of all evil.
--Donald Knuth
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard