Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Spring 2023 -- CSC 2700 Section 01 (1216 Patrick Taylor, 6:30 PM - 8:20 PM)



Class Home




Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
The best way to predict the future is to invent it
--Alan Kay
People who are really serious about software should make their own hardware
--Alan Kay
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
How do you expect to succeed if you do not know the rules?
--Anonymous
First solve the problem. Then, write the code.
--Waseem Latif
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
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