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




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
People who are really serious about software should make their own hardware
--Alan Kay
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
People who are really serious about software should make their own hardware
--Alan Kay
...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
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
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
Walking on water and developing software from a specification are easy if both are frozen.
--Edward V. Berard
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
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
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
Think twice, code once.
--Waseem Latif
First solve the problem. Then, write the code.
--Waseem Latif
What is a university/college when the students lose interest?
--Isaac Traxler
Simple things should be simple, complex things should be possible.
--Alan Kay
If the steps become to big, they become walls...
--Herb Sutter
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