Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2025 -- CSC 2700 Section 01
1245 Patrick Taylor Hall, 6:00 PM - 7:50 PM



Class Home




The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
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
Know the rules well, so you can break them effectively
--Dalai Lama XIV
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
The personal computer isn't "personal" because it's small and portable and yours to own. It's "personal" because you pour yourself into it - your thoughts, your programming.
--Audrey Watters
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
Think twice, code once.
--Waseem Latif
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
People who are really serious about software should make their own hardware
--Alan Kay
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
A change in perspective is worth 80 IQ points
--Alan Kay
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
Simple things should be simple, complex things should be possible.
--Alan Kay
With software there are only two possibilites: either the users control the programme or the programme controls the users. If the programme controls the users, and the developer controls the programme, then the programme is an instrument of unjust power.
--Richard Stallman
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
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
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
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
The real nightmare, worse than the one in which the Big Machine wants to kill you, is the one in which it sees you as irrelevant, or not even as a discrete thing to know.
--Benjamin H Bratton
Good programmers write code that humans can understand.
--Martin Fowler
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