CS 330 - Spring '18 - Introduction to Algorithms - Syllabus
Official Course Description:
This course examines the basic principles of algorithm analysis; techniques of efficient programming; analysis
of sorting and searching; graph algorithms; string-matching algorithms; matrix algorithms; integer and
polynomial arithmetic; the fast Fourier transform; and NP-hard and NP-complete problems.
Prerequisites: The class assumes working knowledge of CS 112 and CS 131 (or MA 293) as a
prerequisite. CS majors typically complete their Group B coursework (any two of CS 132, CS 235 and CS 237)
before taking CS 330, and that is recommended.
If you don't have the prerequisites, please talk to an instructor
before deciding to continue with this class.
Instructors and Teaching Fellows
Prof. John W. Byers
Homepage: http:// www.cs.bu.edu/fac/byers
Email: byers @ cs . bu . edu [preferred]
Office Hours: Tues 2:30 - 3:30PM (by prior appointment) and Wed 1-3PM in MCS 295B
During office hours, if it's not too busy, I'll answer my phone at 617-353-8925.
Other times, I generally let phone calls go to voicemail. Please send email instead.
Prof. Dora Erdos
Email: edori @ bu . edu
Office Hours Tues 3-4PM and Thurs 1-3PM in MCS 288.
Hannah Catabia (TF)
Email: catabia @ bu . edu
Office Hours Tues 4-5PM and Wed 3-5PM in EMA 302 (or 303 if 302 is very busy).
Konstantinos Sotiropoulos (TF)
Email: ksotirop @ bu . edu
Office Hours Wed 5-7PM and Thurs 5-6PM in EMA 302 (or 303 if 302 is very busy).
The class will be co-taught by Professors Byers and Erdos. On any given lecture date, one of the two
instructors will deliver the lecture for both the A1 and B1 sections. The TFs will lead the discussion sessions.
The objective is to reinforce the concepts covered in the lectures through problem-solving, and to provide clarifications and
guidance on the homework assignments.
The purpose of the office hours of the Instructors and Teaching Fellows is to answer specific
questions or clarify specific issues. Your fastest route to get an answer to most questions
is via Piazza. Office hours are not to be used to fill you in on a class you skipped or to
re-explain entire topics. Office hours are scheduled at times to provide the
most help to students who start the homework before the last minute.
Lectures
Lecture A1: Tues/Thurs 9:30 - 10:45 AM, CGS 511. *Note: CGS is on West campus*
Lecture B1: Tues/Thurs 11:00AM - 12:30, CGS 511. *Note: CGS is on West campus*
We expect students to come to class, and to come on time.
While the class is large, class participation and questions will be encouraged.
Also, while our textbook will be very helpful, it is an imperfect substitute
for in-class learning, which is the fastest (and easiest) way to learn the material.
If you miss a class, please get the notes and work through the material with a
fellow student.
Discussion Labs
Lab A2: Mon 9:05 - 9:55AM
Lab A3: Mon 10:10 - 11:00AM
Lab A4: Mon 12:20 - 1:10PM
Lab B2: Mon 1:25 - 2:15PM
Lab B3: Mon 2:30 - 3:20PM
Lab B4: Mon 3:35 - 4:25PM
All labs are in MCS B23.
Labs will be an invaluable part of the course involving interactive
problem-solving sessions, tips on homework questions, and supplemental
material not covered in lecure. We will post labs on Piazza in advance --
please read before coming to lab. Attendance is mandatory and will be taken.
Lab solutions will be posted Monday 5PM, after all labs conclude.
Textbook
Algorithm Design, by Kleinberg and Tardos. ISBN 0-321-29535-8.
Communications:
We will be using Piazza for all discussions outside of class.
The system is highly catered to getting you answers to your questions fast and
efficiently from classmates, the TFs, and instructors.
Please do not email questions to the teaching staff -- post your questions on Piazza instead.
We also encourage you to post answers to other students' questions there (but obviously, not
answers to problems on the problem sets!).
Our class page is located at:
https://piazza.com/bu/spring2018/cs330/home.
Please go there to sign up today.
We will also use Piazza to post announcements, homework assignments, labs and lab solutions, etc.
Grading and Attendance
The course grade will break down as follows:
-
35% homework assignments, *note updated due dates*: due 1/25, 2/8, 2/22, 3/22, 4/5, 4/19, and Tuesday 5/1.
-
5% attendance and participation in lecture, lab, and on Piazza.
-
25% in-class midterm exam (in-class, planned for Thursday 3/1).
-
35% comprehensive final, in the normal exam slot for classes in our respective time blocks.
Last day to drop without a W: Feb 22. With a W: March 30. Incompletes for this class will not be granted.
Workload:
Be forewarned -- the workload in this course will be moderately heavy.
We will have seven homework assignments, plus or minus one, due roughly every other week.
The majority of the problems on the homeworks will require written (preferably typeset) solutions, but some
of the problems will contain small-scale implementations and simulations.
These can readily be done in a language
of your choice -- for example, either Java or Python is fine.
As you likely already know, assignments requiring substantial creativity
can take more time than you expect, so plan to finish a day early.
Exams:
There will be one eighty minute in-class midterm held during the
middle of the semester before spring break, on Thursday, March 1. The
cumulative final will be held during the normal two-hour final exam slot.
Please make your spring break and end-of-semester travel plans accordingly.
Homework Submission:
Assignments will typically be due Thursdays by 11:59PM,
electronically via
Gradescope.
Late Policy:
During the course, you will have 2 chances to electronically submit assignments on Gradescope
up to 24 hours late with no penalty, but Friday 11:59PM is a *hard* deadline. Any assignment arriving
between Thursday 11:59PM and Friday 11:59PM is considered late. Please do not send emails to the staff
about late submissions (not necessary) or requesting additional time.
Sign up to Gradescope:
You can sign up by visiting our Gradescope page.
The registration code for CS330 is 9ZR4VX
Regrade Policy :
If, after reviewing your solution, you still believe a portion
of your homework was graded in error, you may request a regrade,
via Gradescope, *NOT* through email. One of the staff will
consider your request and adjust your grade if appropriate.
Note that when we regrade a problem, your score
may go up or down.
Attendance:
It is expected that you will attend lecture and the
laboratory section for this course. Attendance will be taken in labs.
Some material covered in lecture and lab will not be covered by
our textbooks. We ask that you please arrive in class on time,
since it is disruptive to have students flowing in throughout the class
period. Moreover, when students are at a borderline between grades, we will
factor in attendance before making a final determination.
Topics
We will no doubt drift from any formal plan, but a
rough schedule of where we are headed is provided in the roadmap below. Each of the
topics will take roughly one week, except as noted. A more detailed and continually
updated schedule will be maintained on the main course homepage.
- Course overview. Stable matching, implementation, running times.
- Graphs and basic graph algorithms (2 weeks)
- Greedy algorithms for optimization problems (2 weeks)
- Divide-and-conquer; fast multiplication of integers, matrices, and polynomials (2 weeks)
- Dynamic programming for optimization problems (2 weeks)
- Max-flow/min-cut
- Optimization problems for which no polynomial time algorithms are known; introduction to NP (2 weeks)
- Lower bounds and approximation algorithms
- Local search and heuristic approaches
- Randomized algorithms, including median-finding and order statistics
Academic Conduct
Academic standards and the code of academic conduct are taken very seriously
by our university, by the College of Arts and Sciences, and by the Department of
Computer Science. Course participants must adhere to the
CAS Academic
Conduct Code -- please take the time to review this document if you are unfamiliar
with its contents.
Collaboration Policy
The collaboration policy for this class is as follows.
- You are encouraged to
collaborate with one another in studying the textbook and lecture material.
- As long as it satisfies the following conditions, collaboration on the homework assignments is permitted and will not reduce your grade:
- Before discussing each homework problem with anyone
else, you must give it an honest half-hour of serious thought.
- You may discuss ideas and approaches with other students in the class, but not share any
written solutions. In other words, the writeups you submit must be entirely your own work.
You must also acknowledge clearly in the appropriate portion of your solutions
(e.g., at the top of your writeups) people with whom you discussed ideas for that portion.
- You may get help from TFs and undergrad assistants for the class for specific problems.
Don't expect them to do it for you, however.
- You may not work with people outside this class (but come and talk to us if you
have a tutor), seek on-line solutions, get someone else to do it for you, etc.
- You are not permitted to collaborate on exams.
The last point is particularly important: if you don't make an honest effort
on the homework but always get ideas from others, your exam scores (accounting
for the majority of your grade) will reflect it.