Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Spring 2022 -- CSC 2700 Section 01 (1216 Patrick Taylor, 6:30 PM - 8:20 PM)



Class Home




People who are really serious about software should make their own hardware
--Alan Kay
College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
If the steps become to big, they become walls...
--Herb Sutter
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 most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
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.
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
How do you expect to succeed if you do not know the rules?
--Anonymous
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
One knows that debugging is twice as hard as writing a program in the first place. So if you're as clever as you can be when you write it, how will you ever debug it?
--Brian Kernighan
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
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
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell