Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2022 -- CSC 2700 Section 01 (1216 Patrick Taylor, 6:00 PM - 7:50 PM)



Class Home




The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
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
Happiness should be a function without any parameters.
--Pranshu Midha
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment.
--Theodore H. White
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
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
If the steps become to big, they become walls...
--Herb Sutter
Simple things should be simple, complex things should be possible.
--Alan Kay
Think twice, code once.
--Waseem Latif
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller
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.
How do you expect to succeed if you do not know the rules?
--Anonymous
Premature optimization is the root of all evil.
--Donald Knuth
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw