Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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

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.
--Alan Perlis
It's got to be the going not the getting there that's good.
--Hary Chapin
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
...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
College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller
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
Simple things should be simple, complex things should be possible.
--Alan Kay
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
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
With software there are only two possibilites: either the users control the programme or the programme controls the users. If the programme controls the users, and the developer controls the programme, then the programme is an instrument of unjust power.
--Richard Stallman
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
When they first built the University of California at Irvine they just put the buildings in. They did not put any sidewalks, they just planted grass. The next year, they came back and put the sidewalks where the trails were in the grass. Perl is just that kind of language. It is not designed from first principles. Perl is those sidewalks in the grass.
--Larry Wall
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic