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




The personal computer isn't "personal" because it's small and portable and yours to own. It's "personal" because you pour yourself into it - your thoughts, your programming.
--Audrey Watters
You are not reading this book because a teacher assigned it to you, you are reading it because you have a desire to learn, and wanting to learn is the biggest advantage you can have.
--Cory Althoff
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
Happiness should be a function without any parameters.
--Pranshu Midha
Simple things should be simple, complex things should be possible.
--Alan Kay
First solve the problem. Then, write the code.
--Waseem Latif
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
Good programmers write code that humans can understand.
--Martin Fowler
Know the rules well, so you can break them effectively
--Dalai Lama XIV
Think twice, code once.
--Waseem Latif
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
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
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
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
The most difficult thing in the world is to know how to do a thing and to watch someone else do it wrong without comment.
--Theodore H. White