Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

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



Class Home




...I’m not saying simple code takes less time to write. You’d think it would since you end up with less total code, but a good solution isn’t an accretion of code, it’s a distillation of it.
--Robert Nystrom
If the steps become to big, they become walls...
--Herb Sutter
A change in perspective is worth 80 IQ points
--Alan Kay
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
The best way to predict the future is to invent it
--Alan Kay
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
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
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
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
Good programmers write code that humans can understand.
--Martin Fowler
People who are really serious about software should make their own hardware
--Alan Kay
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
How do you expect to succeed if you do not know the rules?
--Anonymous
Premature optimization is the root of all evil.
--Donald Knuth