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




First solve the problem. Then, write the code.
--Waseem Latif
It's got to be the going not the getting there that's good.
--Hary Chapin
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
The most important property of a program is whether it accomplishes the intention of its user.
--C.A.R. Hoare
A university is what a college becomes when the faculty loses interest in students.
--John Ciardi
Without requirements and design, programming is the art of adding bugs to an empty text file.
--Louis Srygley
Premature optimization is the root of all evil.
--Donald Knuth
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
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
I'm not a great programmer; I'm just a good programmer with great habits.
--Kent Beck