Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Fall 2023 -- CSC 2700 Section 01 (2317 Patrick Taylor, 6:00 PM - 7:50 PM)



Class Home




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
The big optimizations come from refining the high-level design, not the individual routines.
--Steve McConnell
Premature optimization is the root of all evil.
--Donald Knuth
Know the rules well, so you can break them effectively
--Dalai Lama XIV