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




Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
Know the rules well, so you can break them effectively
--Dalai Lama XIV
Some of the best programming is done on paper, really. Putting it into the computer is just a minor detail.
--Max Kanat-Alexander
What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner
The most disastrous thing that you can ever learn is your first programming language.
--Alan Kay
The best way to predict the future is to invent it
--Alan Kay
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler
Premature optimization is the root of all evil.
--Donald Knuth
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
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
A change in perspective is worth 80 IQ points
--Alan Kay
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
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
...I’m not saying simple code takes less time to write. You’d think it would since you end up with less total code, but a good solution isn’t an accretion of code, it’s a distillation of it.
--Robert Nystrom
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
I'm a programmer. I like programming. And the best way I've found to have a positive impact on code is to write it.
--Robert C. Martin
People who are really serious about software should make their own hardware
--Alan Kay