From 3b274f3b0af00e4f360d6251458fb2ef87402399 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 01:02:37 +0600 Subject: [PATCH] chore: update roadmap content json (#8006) Co-authored-by: kamranahmedse <4921183+kamranahmedse@users.noreply.github.com> --- public/roadmap-content/computer-science.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/public/roadmap-content/computer-science.json b/public/roadmap-content/computer-science.json index d907cfa37..9f6aeed3a 100644 --- a/public/roadmap-content/computer-science.json +++ b/public/roadmap-content/computer-science.json @@ -825,11 +825,6 @@ "url": "https://www.programiz.com/dsa/asymptotic-notations", "type": "article" }, - { - "title": "CS 61B Lecture 19: Asymptotic Analysis", - "url": "https://archive.org/details/ucberkeley_webcast_VIS4YDpuP98", - "type": "article" - }, { "title": "Big-O Cheat Sheet", "url": "https://www.bigocheatsheet.com/", @@ -854,6 +849,11 @@ "title": "Asymptotic Notation - CS50", "url": "https://www.youtube.com/watch?v=iOq5kSKqeR4", "type": "video" + }, + { + "title": "CS 61B Lecture 19: Asymptotic Analysis", + "url": "https://archive.org/details/ucberkeley_webcast_VIS4YDpuP98", + "type": "video" } ] },