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




Simple things should be simple, complex things should be possible.
--Alan Kay
...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
With software there are only two possibilites: either the users control the programme or the programme controls the users. If the programme controls the users, and the developer controls the programme, then the programme is an instrument of unjust power.
--Richard Stallman
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
Object-oriented programming offers a sustainable way to write spaghetti code. It lets you accrete programs as a series of patches.
--Paul Graham
Learn the rules like a pro, so you can break them like an artist
--Pablo Picasso
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown
When in doubt, do something.
--Harry Chapin
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
Everyday life is like programming, I guess. If you love something you can put beauty into it.
--Donald Knuth
A language that doesn't affect the way you think about programming is not worth knowing.
--Alan Perlis
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
A change in perspective is worth 80 IQ points
--Alan Kay
Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning.
--Rick Cook
Learning the art of programming, like most other disciplines, consists of first learning the rules and then learning when to break them.
--Joshua Bloch
That's the thing about people who think they hate computers. What they really hate is lousy programmers.
--Larry Niven
College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller
If the steps become to big, they become walls...
--Herb Sutter