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




'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
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
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
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
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
How do you expect to succeed if you do not know the rules?
--Anonymous
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
First solve the problem. Then, write the code.
--Waseem Latif
The best way to predict the future is to invent it
--Alan Kay
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
It goes against the grain of modern education to teach children to program. What fun is there in making plans, acquiring discipline in organizing thoughts, devoting attention to detail and learning to be self-critical?
--Alan J. Perlis
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