Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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



Class Home

No Class April 23, 2024


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
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
If the steps become to big, they become walls...
--Herb Sutter
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
How do you expect to succeed if you do not know the rules?
--Anonymous
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