CSI 3334: Data structures, Fall 2015

Overview

Data structures and the algorithms that operate on them are the keys to making efficient software. They are also very interesting. This course will cover data structures in a way that exercises your problem-solving skills. These problem-solving skills are what you will need to be a successful programmer, scientist, engineer, or mathematician.

This course covers:

This is a difficult course. My recommendation is to attend lectures, study hard, start projects early, and seek help from the professor when you need it.

Practical information

Lectures are from 14:00 to 15:15 in Rogers 106 on Tuesday, Thursday. You may use the general labs on the first floor of Rogers, though there is no lab component of the course.

My office is in the Rogers Engineering and Computer Science building, and office hours are listed on my home page. I am glad to talk to students during and outside of office hours. If you can't come to my office hour, please make an appointment for another time, or just stop by.

The TA for this course is Feng Yang. The TA will assist in grading assignments but not in lecturing, assignments, or projects. Please talk with Dr. Hamerly for any assistance.

Schedule

Here is a schedule of the material we will cover:

Week Dates topic reading Tuesday Thursday
1 Aug 24-30 Overview, C++ review 1.1-1.6; syllabus, submission guidelines, using the shell, style guidelines Project 0 assigned
2 Aug 31-Sep 6 Algorithm analysis 2 Homework 0 assigned; Project 1 assigned
3 Sep 7-13 Algorithm analysis Homework 1 assigned
4 Sep 14-20 ADTs, lists, stacks, queues 3.1-3.3, 3.6, 3.7 Project 2 assigned
5 Sep 21-27 Trees 4 Homework 2 assigned
6 Sep 28-Oct 4 Trees Project 3 assigned
7 Oct 5-11 Heaps 6 Homework 3 assigned
8 Oct 12-18 Heaps Project 4 assigned, Midterm exam
9 Oct 19-25 Hashing 5
10 Oct 26-Nov 1 Hashing Project 5 assigned
11 Nov 2-8 Sorting 7 (skip 7.4) Homework 4 assigned
12 Nov 9-15 Sorting, Graphs 9.1-9.5
13 Nov 16-22 Graphs Project 6 assigned
14 Nov 23-29 Graphs Homework 5 assigned Thanksgiving
15 Nov 30-Dec 6 Disjoint set, Algorithm design 8, 10 Last day of class

The final exam will be Tuesday, December 15th, 2:00-4:00 PM. The latest university finals information is available at the registrar web page for final exam scheduling.

Textbooks & resources

Required text: we will be using Mark Weiss' textbook Data Structures and Algorithm Analysis in C++ (4th Edition). An older edition might be okay, but you are responsible in case there are differences between the editions. You can purchase this book from the Baylor bookstore or amazon, among other places.

Further online resources:

Grading

Grades will be assigned based on this breakdown:

Important: Each project not completed by the end of the semester will result in a drop of one letter grade. For example, if you would have received a 'B', but you did not complete two of the projects, then your letter grade will be a 'D'.

Different projects and assignments will have different point values. Points are not comparable across assignments; each graded homework/project/exam/etc. will have an associated weight which determines how it factors into your grade.

In-class exams are closed-book. The final will be comprehensive.

Homework is due at the beginning of class; homework turned in after it has been collected but before the end of class will receive a 20% penalty. Homework will not be accepted after class on the due date.

Final letter grades will be assigned at the discretion of the instructor, but here is a minimum guideline for letter grades:
F < 60 ≤ D- < 62 ≤ D < 67 ≤ D+ < 70 ≤ C- < 72 ≤ C < 78 ≤ C+ < 72 ≤ C < 78 ≤ C+ < 80 ≤ B- < 82 ≤ B < 88 ≤ B+ < 90 ≤ A- < 92 ≤ A

Policies

Academic honesty

I take academic honesty very seriously. Many studies, including one by Sheilah Maramark and Mindi Barth Maline have suggested that "some students cheat because of ignorance, uncertainty, or confusion regarding what behaviors constitute dishonesty" (Maramark and Maline, Issues in Education: Academic Dishonesty Among College Students, U.S. Department of Education, Office of Research, August 1993, page 5). In an effort to reduce misunderstandings, here is a minimal list of activities that will be considered cheating in this class:


Copyright © 2015 Greg Hamerly, with some content taken from a syllabus by Jeff Donahoo.
Computer Science Department
Baylor University

This page was last updated February 07, 2024 at 19:18 (America/Chicago)

Valid html and css.