From aa451c160d04885f3313d11a4202b144eeeedce7 Mon Sep 17 00:00:00 2001 From: Cayce Koehler <107483923+caycekoehler@users.noreply.github.com> Date: Sat, 9 Aug 2025 10:16:28 -0400 Subject: [PATCH] Update README.md Tracking completion. Harvard Algo Video. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95a0d31a93..0abd3ed765 100644 --- a/README.md +++ b/README.md @@ -577,7 +577,7 @@ But don't forget to do coding problems from above while you learn! - There are a lot of videos here. Just watch enough until you understand it. You can always come back and review. - Don't worry if you don't understand all the math behind it. - You just need to understand how to express the complexity of an algorithm in terms of Big-O. -- [ ] [Harvard CS50 - Asymptotic Notation (video)](https://www.youtube.com/watch?v=iOq5kSKqeR4) +- [x] [Harvard CS50 - Asymptotic Notation (video)](https://www.youtube.com/watch?v=iOq5kSKqeR4) - [ ] [Big O Notations (general quick tutorial) (video)](https://www.youtube.com/watch?v=V6mKVRU1evU) - [ ] [Big O Notation (and Omega and Theta) - best mathematical explanation (video)](https://www.youtube.com/watch?v=ei-A_wy5Yxw&index=2&list=PL1BaGV1cIH4UhkL8a9bJGG356covJ76qN) - [ ] [Skiena (video)](https://www.youtube.com/watch?v=z1mkCe3kVUA)