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




...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
Delivering good software today is often better than perfect software tomorrow, so finish things and ship.
--David Thomas
Einstein repeatedly argued that there must be simplified explanations of nature, because God is not capricious or arbitrary. No such faith comforts the software engineer.
--Frederick P. Brooks Jr.
A change in perspective is worth 80 IQ points
--Alan Kay
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
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
Simple things should be simple, complex things should be possible.
--Alan Kay
The best way to predict the future is to invent it
--Alan Kay
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
When in doubt, do something.
--Harry Chapin
Think twice, code once.
--Waseem Latif
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Martin Fowler
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
The issue of finding the best possible answer or achieving maximum efficiency usually arises in industry only after serious performance or legal troubles.
--Steven S. Skiena
'Martyrdom' is the only way a person can become famous without ability.
--George Bernard Shaw
How do you expect to succeed if you do not know the rules?
--Anonymous
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown