CSSE230 – Data Structures and Algorithms

Winter 2014–15 (aka 201520)

Schedule Overview

All non-Moodle web pages for the course are available from this index page.

This schedule page will begin with the schedule from a previous term, which will be updated as we go. We’ll try to update assignments and readings at least a week in advance. We’ll update daily schedules and slides just before class.

Preparation is to be completed before the class session.

Unless otherwise noted, all assignments are due at 11:59 PM on the day indicated.

Schedule last updated Mon Dec 8.

Session quick links:  1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Week Session Preparation Due Topics Resources Major Programs
1

1

Mon Dec 1

Details
  • Read the Syllabus
  • Bookmark this schedule page.
  • Email your instructor if you forgot your SVN password
  • Review Weiss Ch. 1–6 this week: many pages, mostly review. Carefully read the new stuff and skim the rest: this document may help guide you).
  • Install software for the course:
    • Java 8,
    • Eclipse (current version - I use Java SE), and
    • Subclipse (Update from Eclipse > Help > Install, URL = http://subclipse.tigris.org/update_1.8.x
  • Nothing today
  • Always look at the Major Programs column, too, for the programming assignment of the week.

  • Course introduction
  • Growable Array analysis
  • Week 1:
    On your own: Skim/read review from the book and get back up-to-speed on programming by doing the WarmUpAndStretching assignment
    In class: Algorithm analysis
Warm Up and Stretching
1

2

Tue Dec 2

Details
  • Weiss §5.1, 5.2, 5.4–5.8, 7.2
  • Continue reviewing Weiss Ch. 1–6.
  • Post to "Introduce Yourself" on Piazza ( link in syllabus)
  • Make progress on WarmUpAndStretching.
  • Growable Arrays completion and discussion
  • Review of Asymptotic analysis and formal definition of Big O.
  • Big-oh’s cousins, big-Omega and big-Theta
  • Limits and asymptotic behavior
Warm Up and Stretching
1

3

Fri Dec 5

Details
  • Continue reviewing Weiss Ch. 1–6; focus on §5.3
  • Homework 1 Submit to drop box in Moodle.
  • Make progress on WarmUpAndStretching.
  • MCSS Cubic and Quadratic Algorithms
Warm Up and Stretching
2

4

Mon Dec 8

Details
  • MCSS Linear Algorithm
Stacks and Queues
2

5

Tue Dec 9

Details
  • Finish review of Weiss Ch. 1–6, focus on ch. 6
 
  • Abstract data types (ADTs)
  • Review of basic data structures in the Java Collections Framework
Stacks and Queues
2

6

Fri Dec 12

Details
  • Ch. 7.3 (review of recursion)
  • Ch. 15-17 (should be mostly review)
  • Trees Intro
  • Implementing a Binary Tree using recursive methods.
Stacks and Queues
3

7

Mon Dec 15

Details
  • §18.1-18.3
  • More recursive binary tree methods.
  • Binary tree traversals and iterators
Binary Search Tree
3

8

Tue Dec 16

Details
  • §18.4
  • StacksAndQueues partner evaluation (on Moodle)
  • Lazy iterators
  • BST Insertion
Binary Search Tree
3

9

Fri Dec 19

Details
  • Study for Exam 1
 
  • Exam 1 in class
  Binary Search Tree
4

10

Mon Jan 5

Details
  • §19.1
  • Binary Search Tree (BST) methods: insert, remove, contains.
Binary Search Tree
4

11

Tue Jan 6

Details
 
  • Size vs. Height in a binary tree
Displayable Binary Tree
4

12

Fri Jan 9

Details
 
  • Need for trees that are height-balanced but not completely balanced
Displayable Binary Tree
5

13

Mon Jan 12

Details
  • § 19.4
  • AVL Trees: How to find the node where rotation is needed
  • Single and double rotations; effect on subtree height.
  • Intro EditorTree and need for rank field
  • Meet team
EditorTrees
5

14

Tue Jan 13

Details
  • § 19.2
  • Re-write any tree methods you haven't yet mastered
  • Displayable Binary tree partner evals
  • Student questions on EditorTree Requirements
  • Practice with AVL Tree Rotations
  • Exam 2a in class
EditorTrees
5

15

Fri Jan 16

Details
 
  • Practice with AVL Tree Rotations
  • EditorTrees work time with your team
EditorTrees
6

16

Mon Jan 19

Details
 
  • EditorTrees workday
EditorTrees
6

17

Tue Jan 20

Details
  • § 19.5
  • Midterm course evaluation in Moodle
  • Red-black trees
EditorTrees
6

18

Fri Jan 23

Details
  • §20.1-20.7
  • Hash Table intro
EditorTrees
7

19

Mon Jan 26

Details
 
  • Hash Table implementation
EditorTrees
7

20

Tue Jan 27

Details
  • Study for the exam!
 
  • Exam 2
  EditorTrees
7

21

Fri Jan 30

Details
  • § 7.5
  • Extended Binary Trees
  • Intro to Recurrences
EditorTrees
8

22

Mon Feb 2

Details
  • § 7.5.2, 7.5.3
  • § 8.1 – 8.5 (skip 8.4.1)
  • Recurrences and Master Theorem
  • Sorting review/overview
Doublets
8

23

Tue Feb 3

Details
  • § 8.6 – 8.7 (skim Average case analysis of Quicksort)
  • EditorTrees team member performance evaluation survey (Weds 11:59 PM)
  • Quicksort
  • Quicksort average case analysis
Doublets
8

24

Fri Feb 6

Details
  • § 8.8
  • Quicksort improvements
  • Lower bound for sorting algorithms.
  • Radix sort
Doublets
9

25

Mon Feb 9

Details
 
  • Skip lists
  • Skiplist project intro
SkipLists
9

26

Tue Feb 10

Details
  • §21.1-21.3
  • Doublets partner evaluation
  • Priority Queues and Binary heaps
  • Heaps work time
SkipLists
9

27

Fri Feb 13

Details
  • §21.5
  • Heapsort
  • Heapsort work time
SkipLists
10

28

Mon Feb 16

Details
  • §14.1
  • Graphs
SortingRaces
10

29

Tue Feb 17

Details
   
  • Worktime for sorting assignment
  SortingRaces
10

30

Fri Feb 20

Details
 
  • Course evaluations
  • Discussion of Final Exam
  • Practice problems for final exam (no solutions posted, but can ask us)
SortingRaces
11

31

Mon Feb 23

Details
 
  • Final exam review packet (not collected)
  • Final Exam
    Sometime this week