From a22f9197909d16233b0c0fda71b9410927e4d203 Mon Sep 17 00:00:00 2001 From: Oliver Date: Mon, 14 Nov 2022 10:35:46 -0500 Subject: [PATCH] Slides --- src/teaching/cse-250/2022fa/index.erb | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/src/teaching/cse-250/2022fa/index.erb b/src/teaching/cse-250/2022fa/index.erb index eaecb534..2d9abf5e 100644 --- a/src/teaching/cse-250/2022fa/index.erb +++ b/src/teaching/cse-250/2022fa/index.erb @@ -1,4 +1,4 @@ ---- + --- title: CSE-250 Data Structures (Fall 2022) staff: - name: Oliver Kennedy @@ -441,19 +441,25 @@ schedule: lectures: - date: 11/14/22 due: PA3-Tests - topic: Bloom Filters dow: Mon + topic: The Memory Hierarchy + section_b: + slides: slide/31b-MemoryHierarchy.pdf - date: 11/16/22 - topic: Joins dow: Wed + topic: Secondary Storage (Static Tree Indexes) + section_b: + slides: slide/32b-ISAMIndex.pdf - date: 11/18/22 dow: Fri - topic: Joins contd... + topic: Secondary Storage (B+ Trees) + section_b: + slides: slide/33b-BTrees.pdf - week: 13 lectures: - date: 11/21/22 due: PA3 - topic: TBD + topic: Hash Join Algorithms dow: Mon - date: 11/23/22 special: "No Class: Fall Recess" @@ -464,15 +470,15 @@ schedule: - week: 14 lectures: - date: 11/28/22 - topic: Secondary Storage (Paging) dow: Mon + topic: Spatial Indexes - date: 11/30/22 due: WA3 - topic: Secondary Storage (B+Trees) dow: Wed + topic: LSM Trees - date: 12/02/22 - topic: Buffer / Advanced Data Structures dow: Fri + topic: Bloom Filters - week: 15 lectures: - date: 12/05/22