CSE 40872 Lecture 001

Topic:Course Overview, Linux Programming Environment
Author: Peter Bui <pbui@cse.nd.edu>
Date: August 26, 2009

Introduction

Primary Course Goal

Practice common problem solving techniques and strategies.

Secondary Course Goal

Prepare for local and regional programming competitions and job interviews.

Of course, have fun!

Programming Contests

Not required to compete, but highly encouraged

Course Information

Course Structure

Monday and Wednesday
Short lecture and then practice on problem of the day.
Friday:
Review week's lectures and discuss solutions to problems.

Solutions to week's problems must be submitted by midnight Friday.

Login

Note

Can use Windows, OSX, but no support, and tests will be done on Linux.

Source Code

Input/Output

For this class and in the programming contests, I/O is done using STDIN and STDOUT.

Tips

More Tips