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




Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
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
Think twice, code once.
--Waseem Latif
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
How do you expect to succeed if you do not know the rules?
--Anonymous
People who are really serious about software should make their own hardware
--Alan Kay
A change in perspective is worth 80 IQ points
--Alan Kay
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
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
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
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
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
Know the rules well, so you can break them effectively
--Dalai Lama XIV