diff --git a/slides/index.html b/slides/index.html index fd849b3..0d419be 100644 --- a/slides/index.html +++ b/slides/index.html @@ -165,7 +165,7 @@

Schedule and Slides

Wed. Mar. 3 -Krukal’s Algo, Find-Union
(CLRS ch. 23.2 and 21.1-21.4) +Kruskal’s Algo, Find-Union
(CLRS ch. 23.2 and 21.1-21.4) ppt, pdf diff --git a/slides/index.md b/slides/index.md index 7e16e26..9f7454b 100644 --- a/slides/index.md +++ b/slides/index.md @@ -21,7 +21,7 @@ CS4102 - Algorithms | | Wed. Feb. 24 | Heap Sort, Strassen's algorithm
(CLRS Ch. 6 & 4.2) |[pptx](./heapsort_strassen.pptx), [pdf](./heapsort_strassen.pdf) | | Module 1 HW Soft Deadline | Written Recurrence Relations (Recommended) | | | Fri. Feb. 26 | | | | | | | Graphs | Mon. Mar. 1 | Review of Graphs, BFS
(CLRS Ch. 22.1-22.2) | [ppt](./graphs-BFS-recorded.pptx), [pdf](./graphs-BFS-recorded.pdf), [live](./graphs-BFS-live.pptx) | | | | -| | Wed. Mar. 3 | Krukal's Algo, Find-Union
(CLRS ch. 23.2 and 21.1-21.4) | [ppt](./kruskal-find-union.pptx), [pdf](./kruskal-find-union.pdf) | | | 1 Module one advanced HW (Recommended) | +| | Wed. Mar. 3 | Kruskal's Algo, Find-Union
(CLRS ch. 23.2 and 21.1-21.4) | [ppt](./kruskal-find-union.pptx), [pdf](./kruskal-find-union.pdf) | | | 1 Module one advanced HW (Recommended) | | | Fri. Mar. 5 | | | Quiz 1 | | | | | Mon. Mar. 8 | Depth-First Search
(CLRS 22.3) | [pptx](./graphs-dfs.pptx), [pdf](./graphs-dfs.pdf) | | | | | | Wed. Mar. 10 | Topological Sorting and Strongly Connected Components
(CLRS 22.4 & 22.5) | [pptx](./graphs-topoSort-connComponents.pptx), [pdf](./graphs-topoSort-connComponents.pdf)| | Module 1 HW Hard Deadline | Graphs Written (Recommended) |