Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2024 -- CSC 2700 Section 01
1720 Business Education North Wing, 6:00 PM - 7:50 PM



Class Home




Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
If the steps become to big, they become walls...
--Herb Sutter
How do you expect to succeed if you do not know the rules?
--Anonymous
Along every step of our journey through life, our mind is being programmed. If we are not programming it ourselves, someone else is doing it to us.
--Joseph Rain
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
People who are really serious about software should make their own hardware
--Alan Kay
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
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
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis