FSU Seal - 1851 Course Organizer
COP 4530 Data Structures, Algorithms, and Generic Programming
Spring Semester 2010
Root View: Course Components
Syllabus The course syllabus establishes course policies on grading, attendance, and exams. The syllabus should be read in detail at beginning semester.
Lectures This is the main knowledge resource for the course. Lectures are in the form of a slide show with an accompanying narrative. (Click "Narrative on" to see the narrative. Click "Frames[Windows]" to toggle between displaying the narrative in a separate frame or a separate resizable window.) Please report bugs/corrections in the appropriate Blackboard discussion forum. Note: The lecture notes are undergoing revision during the semester.
Calendar The course calendar: coverage, assignments, lecture notes all released here.
Assignments Assignments are intended to be total learning experiences, not merely exercises in programming. The assignment documents in particular are used to elaborate on topics and introduce new ones. The content of assignments is of equal importance with the lecture notes. Assignments will be released through the calendar. Note that assignment deadlines will be enforced and that successful completion of most assignments requires starting at least two weeks in advance of the deadline. We expect polished, thoughtfully prepared work and will assess accordingly.
My FSU The FSU/Blackboard Portal, where you will find this course. The course site is the main communication resource for the class. Here you can get help, talk to other students, retrieve your grades, and generally keep up with course news and announcements.
Office Hours Instructor office hours and contact information
Extras: Miscellaneous Resources and References
COP 3330 The lecture notes from the pre-requisite course
SSH The version of ssh software that FSU pays for and recommends. See SSH, The Secure Shell: The Definitive Guide, Second Edition (O'Reilly) for more info on SSH.
FAQ Frequently Asked Questions harvested from discussion boards
Make A tutorial on the make utility and makefiles
Code Stds A C++ coding style guide - required for this course.
PME Practice Exams. Note that students are encouraged to discuss these exam questions on Blackboard, where a forum has been set up for the purpose. Please don't ask instructors to participate or for individual help on them.
MazeBuilder
MazeBuilder2
A nifty JavaScript maze accessory. Original by Isaac Olson requires IE 6+. Refactored version by Stephen Brown is compatible with many other browsers, including those running on Linux.
Temporal View: Course Calendar
WeekDatesCoverageAssignmentsDue Date
1 1/6 - 1/10 Chapter 1: Introduction
Reviews and Background
Text: 1.1 - 1.5
Activate CS account
Homework 0: Unix, Emacs, and Project Builds
1/13
1/17
2 1/11 - 1/17 Chapter 2: BitVectors
Chapter 3: Strings
Text: 1.4.4, 1.5.6
Homework 1: Sieve of Eratosthenes 1/24
3 1/18 - 1/24 Chapter 4: Templates
Chapter 5: Vectors
Text: 1.4.4, 1.6
   
4 1/25 - 1/31 Chapter 6: Hashing
Chapter 7: Algorithms
Text: 5.1, 5.2, 2.1-2.4
Homework 2: Password Server 2/14
5 2/1 - 2/7 Chapter 7: Algorithms (cont)
Text: 2.1-2.4
   
6 2/8 - 2/14 Chapter 8: Lists
Text: 3.1-3.5
Project 1: Ringbuffer
ChalkTalk
2/28
7 2/15 - 2/21 Chapter 9: Deques
Text: 3.7.2
   
8 2/22 - 2/28 Chapter 10: Abstract Data Types
Text: 3.6, 3.7
Project 2: The Rat
ChalkTalk
3/21
9 Schedule Midterm Exam: See Syllabus for details
10 3/8 - 3/14 Spring break - no class meeting
11 3/15 - 3/21 Chapter 11: Function Objects
Chapter 12: Iterators
Chapter 13: Generic Algorithms
Homework 3: Generic Recursive Binary Search
Be sure to address ABET outcomes in log file!
3/28
4/4
12 3/22 - 3/28 Chapter 14: Heaps
Text: 6.1 - 6.4, 6.9, 7.5
Homework 4: Priority Queues
Be sure to address ABET outcomes in log file!
4/11
4/18
13 3/29 - 4/4 Chapter 15: Tables
Project 3: Internet Router 4/25
14 4/5 - 4/11 Project Work / Review    
15 4/12 - 4/18 Project Work / Review    
16 4/19 - 4/25 Project Work / Review    
17 Schedule Final Exam: See Syllabus for details
18 5/4 Final grades calculated and turned in to registrar

Unix Script Submission Process:

Most programming assignments will be submitted via a specific Unix script from your CS Majors account logged in to shell.cs.fsu.edu. The submission script for a given assignment will be located in the assignment directory.

Submission via script should generate two email responses:

  1. When your submission is received, a receipt is sent via email. The date/time stamp of this email is the official submission time.
  2. After your submission has been unpacked and placed in your portfolio, a second message is sent containing a copy of all files that were unpacked. This is a record of exactly what was received and placed in your portfolio.

After submission, be sure to check your email for these two messages. Normally these would arrive within a few seconds of submission. If you do not get both email responses, a malfunction occurred. When you do receive these confirmation emails, save them. If a problem were to arise with your files, these emails are your proof of submission.

Note that revisions may be submitted any time prior to the deadline and will automatically replace the previous submission.