FSU Seal - 1851 Course Organizer
COP 4530 Data Structures, Algorithms, and Generic Programming
Spring Semester 2011
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.
Testing Environment Code submitted for assignments will be built and tested primarily on linprog [gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)] and secondarily, in most cases, on program. No testing will be done on Windows or MacOS machines.
Code Stds A C++ coding style guide - required for this course.
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
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.
TreeDemo
Models of various ordered set implementations using binary search trees.
Obituary
Saddened by the passing of friend and colleague George Marsaglia. The "Marsaglia Mixer" random number technology used by fsu::RandomBase and fsu::hashfunction are based on his work. Google produces a number of links to his work and its influence.
Temporal View: Course Calendar
WeekDatesCoverageAssignmentsDue Date
1 1/5 - 1/9 Chapter 0: Introduction
Reviews and Background
Text: 1.1 - 1.5
Activate CS account
Homework 0: Unix, Emacs, and Project Builds
1/12
1/16
2 1/10 - 1/16 Chapter 1: Introduction to Algorithms
Text: 2.1-2.4, 5.1, 5.2
Homework 1: Good, Bad, & Ugly 1/23
3 1/17 - 1/23 Chapter 2: Templates
Chapter 3: Vectors
Text: 1.4.4, 1.6
   
4 1/24 - 1/30 Chapter 4: Lists
Text: 3.1-3.5
Project 1: Ringbuffer
ChalkTalk
2/13
5 1/31 - 2/6 Chapter 5: Deques
Text: 3.7.2
   
6 2/7 - 2/13 Chapter 6: Abstract Data Types
Text: 3.6, 3.7
Project 2: The Rat
ChalkTalk
2/27
7 2/14 - 2/20 Chapter 7: Function Objects
Chapter 8: Iterators
Chapter 9: Generic Algorithms
Homework 2: Generic Recursive Binary Search
Be sure to address ABET outcomes in log file!
3/8
8 2/21 - 2/27 Chapter 10: Generic Set Algorithms
   
9 Schedule Chapter 11: Heaps
Text: 6.1 - 6.4, 6.9, 7.5
Midterm Exam
Homework 3: Priority Queues ABET Outcomes!
Schedule
3/27
  3/7 - 3/13 Spring break - no class meeting
10 3/14 - 3/20 Chapter 12: Binary Tree Navigators & Iterators Homework 4: Tree Traveller
4/11
11 3/21 - 3/27 Chapter 13: Construction of Binary Trees    
12 3/28 - 4/3 Chapter 14: Associative Containers Project 3: WordSmith 4/24
13 4/4 - 4/10 Chapter 15: Sets & Maps 1
   
14 4/11 - 4/17 Chapter 16: Associative Binary Trees    
15 4/18 - 4/24 Project Work / Review    
16 Schedule Final Exam: See Syllabus for details
17 5/2 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.