From f3110e99f679e14e8c0bd92b47302f9071e41dc2 Mon Sep 17 00:00:00 2001 From: coderhxjin <146945673+coderhxjin@users.noreply.github.com> Date: Thu, 9 Jan 2025 18:59:18 +0800 Subject: [PATCH] fix: content resource type the CS 61B Lecture is a video instead of an article --- .../content/asymptotic-notation@UpBrpmrUwYUB9eesNxCq5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/computer-science/content/asymptotic-notation@UpBrpmrUwYUB9eesNxCq5.md b/src/data/roadmaps/computer-science/content/asymptotic-notation@UpBrpmrUwYUB9eesNxCq5.md index 56ca7c1fe..34eca7e92 100644 --- a/src/data/roadmaps/computer-science/content/asymptotic-notation@UpBrpmrUwYUB9eesNxCq5.md +++ b/src/data/roadmaps/computer-science/content/asymptotic-notation@UpBrpmrUwYUB9eesNxCq5.md @@ -12,6 +12,6 @@ Visit the following resources to learn more: - [@video@Big O Notation — Calculating Time Complexity](https://www.youtube.com/watch?v=Z0bH0cMY0E8) - [@video@Big O Notation in 5 Minutes](https://www.youtube.com/watch?v=__vX2sjlpXU) - [@video@Asymptotic Notation - CS50](https://www.youtube.com/watch?v=iOq5kSKqeR4) -- [@article@CS 61B Lecture 19: Asymptotic Analysis](https://archive.org/details/ucberkeley_webcast_VIS4YDpuP98) +- [@video@CS 61B Lecture 19: Asymptotic Analysis](https://archive.org/details/ucberkeley_webcast_VIS4YDpuP98) - [@article@Big-O Cheat Sheet](https://www.bigocheatsheet.com/) - [@article@Big O Notation | Brilliant Math & Science Wiki](https://brilliant.org/wiki/big-o-notation/)