COP 4530 Course Calendar -- Spring 2025

Week Date Topics Textbook Readings Course Media Videos Homework
Assignments
1 Jan 6 Syllabus, Intro,
Math Review
1.1 - 1.3 Math Proof exercises (Ch 1)
UNIX: Hints, Tips, Tricks, and useful core commands
 
Jan 8 COP 3330 review topics,
Some C++11 features
1.4 - 1.7 Review: Template functions and classes  
2 Jan 13 R-value references      
Jan 15 Intro to Iterators
Functors
    Assignment #1 - due Jan 29 (revised)
3 Jan 20 MLK Holiday (No classes at FSU)    
Jan 22 FSU Closure -- harsh weather (see video lesson)
Algorithm Analysis Intro -- (see video)
Chapter 2 Lesson Ch2: Algorithm Analysis
Max Subsequence Algorithms (1 and 2)
 
4 Jan 27 Algorithm Analysis Intro
ADTs, Iterators, Vectors
3.1 - 3.4 Demo: Finding the crash point for a segmentation fault  
Jan 29 ADTs, Iterators, Vectors 3.1 - 3.4    
5 Feb 3 Linked List (STL interface) 3.5   Assignment #2 - due Feb 17
Feb 5 Linked List (STL interface)
Stacks
3.6    
6 Feb 10 Stacks 3.6    
Feb 12 Queues 3.7    
7 Feb 17 Deques     Assignment #3 - due Mar 4
Feb 19 Test 1