From edc5db16ec6d9cfe65bd7885b8b829b424f6bd69 Mon Sep 17 00:00:00 2001 From: Max Nilsson <97mani97@gmail.com> Date: Wed, 15 Nov 2023 13:15:51 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55eeed7..2851744 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ You can find the Kattis course page here https://lth.kattis.com/courses | 2023-10-26 | Week 2 | Data Structures and Complexity | Prime Factorization and Union-Find | 2023-11-09 | Week 3 | Graphs | | 2023-11-16 | Week 4 | Dynamic Programming | -| 2023-11-23 | Week 5 | Fenwick and Segment Trees | +| 2023-11-23 | Week 5 | Fenwick and Segment Trees | Implement an easy to use Fenwick Tree | 2023-11-30 | Week 6 | Geometry, Number Theory, and Probability | | 2023-12-07 | Week 7 | Tries, Suffix Arrays, and Strings | | 2023-12-14 | Week 8 | Dynamic Programming Revisited | -- GitLab