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


Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
It goes against the grain of modern education to teach children to program. What fun is there in making plans, acquiring discipline in organizing thoughts, devoting attention to detail and learning to be self-critical?
--Alan J. Perlis
Perl – The only language that looks the same before and after RSA encryption.
--Keith Bostic
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
Happiness should be a function without any parameters.
--Pranshu Midha
How do you expect to succeed if you do not know the rules?
--Anonymous
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
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
What is a university/college when the students lose interest?
--Isaac Traxler
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
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
Good programmers write code that humans can understand.
--Martin Fowler
Not only is this incomprehensible, but the ink is ugly and the paper is from the wrong kind of tree.
--Professor W.
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
First solve the problem. Then, write the code.
--Waseem Latif
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
Simple things should be simple, complex things should be possible.
--Alan Kay