Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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

The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
Happiness should be a function without any parameters.
--Pranshu Midha
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
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
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
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
Premature optimization is the root of all evil.
--Donald Knuth
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell