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


First solve the problem. Then, write the code.
--Waseem Latif
There is nothing good or bad about knowledge itself; morality lies in the application of knowledge.
--Jon Erickson
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
What kind of programmer is so divorced from reality that she thinks she'll get complex software right the first time?
--James Alan Gardner
How do you expect to succeed if you do not know the rules?
--Anonymous
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
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
Premature optimization is the root of all evil.
--Donald Knuth
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
The best way to predict the future is to invent it
--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