Competitive/Collaborative Programming Class

ICPC Computer Programming Contest Prep

Problem Solving in Computer Science

Spring 2025 -- CSC 2700 Section 01
1212 Patrick Taylor, 6:30 PM - 8:20 PM



Class Home




College is a waystation - the last convenience store on the road to life-long responsibility.
--Dennis Miller
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
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
--Nartin Fowler
So if an algorithm is an idealized recipe, a program is the detailed set of instructions for a cooking robot preparing a month of meals for an army while under enemy attack
--Kernighan Brian
How do you expect to succeed if you do not know the rules?
--Anonymous
Managers of programming projects aren’t always aware that certain programming issues are matters of religion. If you’re a manager and you try to require compliance with certain programming practices, you’re inviting your programmers’ ire. Here’s a list of religious issues:
■ Programming language
■ Indentation style
■ Placing of braces
■ Choice of IDE
■ Commenting style
■ Efficiency vs. readability tradeoffs
■ Choice of methodology—for example, Scrum vs. Extreme Programming vs. evolutionary delivery ■ Programming utilities
■ Naming conventions
■ Use of gotos
■ Use of global variables
■ Measurements, especially productivity measures such as lines of code per day
--Steve McConnell
There ain't no rules around here. We are trying to accomplish something.
--Thomas Edison
Twenty hours at the keyboard can save you two hours of planning.
--Isaac Traxler
Happiness should be a function without any parameters.
--Pranshu Midha
Programming isn't about what you know; it's about what you can figure out.
--Chris Pine
You are not reading this book because a teacher assigned it to you, you are reading it because you have a desire to learn, and wanting to learn is the biggest advantage you can have.
--Cory Althoff