Syllabus for CS 33200
Algorithms
Fall, 2011

Professor Roger Kraft
Office: Classroom Office Building (CLO), Room 368
Office phone: (219) 989-2273
Office hours: 12:30-1:30, 3:30-4:30 TR, and by appointment.
E-mail: roger@purduecal.edu

Text: Introduction to Algorithms, 3rd Edition, by Thomas Cormen, Charles Leiserson, Ronald Rivest, and Clifford Stein, MIT Press, 2009.

This course is an introduction to algorithms. We will learn what algorithms are, why we should study them, basic techniques for implementing algorithms, and the basics of analyzing algorithms. We will cover design techniques like divide-and-conquer, dynamic programming, and greedy algorithms. In addition, we will study some of the most common and fundamental algorithms used in Computer Science such as searching, sorting, hash functions, data compression, and graph algorithms.

Your grade for this course will be based on 8 to 10 homework assignments and two exams in the following manner:

           50%    homework assignments,
           25%    exam 1,
           25%    exam 2.
Tentative dates for the two exams are
           Exam 1   Tuesday, October 11,
           Exam 2   Final exam week.
Each of the homework assignments will have a due date. To receive full credit for an assignment, it must be turned in by the due date. Assignments handed in late will be marked off 10% of the total points for each calendar day late up to a maximum of 50%. If an assignment is more than two weeks late, then I reserve the right not to accept it for credit. When you complete an assignment you will submit your solution using Blackboard. In this course web site there are detailed instructions on how you are to turn in your assignments. You will be expected to follow the instructions. Also in this web site is information on the criteria used to grade programming assignments.

You should turn in your own work for each homework assignment. Here is what that means: You may talk with your classmates about the course material and the ideas behind each homework assignment but you should solve the problem on your own and write your own solution. Turning in someone else's solution (or even a modified version of someone else's solution) is a breach of academic integrity. Similarly, giving a copy of your solution to someone else in the class is also a breach of academic integrity. If you need help with a homework assignment, come and ask me. You can ask me as many questions as you want! Please do not hesitate to ask me questions after class, in my office, in an e-mail message, over the phone, etc.

In this web site you will find more information about this course. There are links to online information about algorithms, information about course reading assignments, and, very importantly, your homework assignments and their due dates will be posted on one of the web pages.

The computer software that you need to do any programming assignments are on computers in the Mathematics Computer Labs in CLO 363 and CLO 365.

The learning objectives for this course are as follows.

  1. Understand big O, omega, and theta notation and know how to use this notation to describe the complexity of algorithms.
  2. Understand fundamental sorting algorithms and implement the most common quadratic and O(n log n) sorting algorithms.
  3. Learn basic algorithm design techniques: greedy, divide-and-conquer, and dynamic programming. For each of them, identify an example of a simple algorithm that exemplifies the basic concept.
  4. Solve problems using the fundamental graph algorithms, including depth-first and breadth-first search, single-source and all-pairs shortest paths, minimum spanning tree algorithms.

If you are a student with a documented disability who will require academic/classroom accommodations in this course, please register with the Coordinator of Services for Students with Disabilities in the Student Support Services Office located in the Student Union and Library Building (SUL), Room 341, phone numbers: 219-989-2455, 219-989-2454(voice/TTY) or 219-989-2920.

Ethics are an integral part of being a student and a professional. Academic integrity is the hallmark of this University. Therefore, Purdue University does not tolerate academic dishonesty in any form. If a student breaches integrity, the student risks sanctions in both the academic and conduct arenas. Academic dishonesty includes, but is not limited to, the unauthorized use of other's intellectual property (plagiarism), and lying to an instructor or any University employee. Such actions WILL result in a failing grade on the assignment with the strong possibility of referral to the Office of the Dean of Students for a conduct sanction (see the Purdue University Calumet Student Handbook available from the Dean of Students office and the Dean of Students web site).


Return to the CS 33200 home page.



compliments and criticisms