Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2024 -- CSC 2700 Section 01
1720 Business Education North Wing, 6:00 PM - 7:50 PM



Class Home




Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
You are not reading this book because a teacher assigned it to you, you are reading it because you have a desire to learn, and wanting to learn is the biggest advantage you can have.
--Cory Althoff
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
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
Happiness should be a function without any parameters.
--Pranshu Midha
What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner
People who are really serious about software should make their own hardware
--Alan Kay
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
What is a university/college when the students lose interest?
--Isaac Traxler
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
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
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
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
It's got to be the going not the getting there that's good.
--Hary Chapin
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
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard