Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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



Class Home




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
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
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
People who are really serious about software should make their own hardware
--Alan Kay
Our consciousness is programmed. We see things a certain way from a young age - we're programmed to keep doing them that way. Then you have to spend adulthood learning how to overcome it, to read out the programs. Try to create. I want to tell people to create. Just start by creating your day. Then create your life.
--Prince
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
If the steps become to big, they become walls...
--Herb Sutter
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
How do you expect to succeed if you do not know the rules?
--Anonymous
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
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
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
[On identifying talented programmers] It’s just enthusiasm. You ask them what’s the most interesting program they worked on. And then you get them to describe it and its algorithms and what’s going on. If they can’t withstand my questioning on their program, then they’re not good. I’m asking them to describe something they’ve done that they’ve spent blood on. I’ve never met anybody who really did spend blood on something who wasn’t eager to describe what they’ve done and how they did it and why. I let them pick the subject. I don’t pick the subject, so I’m the amateur and they’re the professional in this subject. If they can’t stand an amateur asking them questions about their profession, then they don’t belong.
--Ken Thompson
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.
It's got to be the going not the getting there that's good.
--Hary Chapin
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
A change in perspective is worth 80 IQ points
--Alan Kay