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




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
Progress is possible only if we train ourselves to think about programs without thinking of them as pieces of executable code.
--Edsger W. Dijkstra
The best way to predict the future is to invent it
--Alan Kay
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
But while you can always write 'spaghetti code' in a procedural language, object-oriented languages used poorly can add meatballs to your spaghetti.
--Andrew Hunt
A language that doesn't affect the way you think about programming is not worth knowing.
--Unix Fortune
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
Programming is the art of thinking really hard about how to avoid having to think really hard.
--unknown