From 07696507acf64a4f36345db9f97658c601efd591 Mon Sep 17 00:00:00 2001 From: kshivam14 <85393390+kshivam14@users.noreply.github.com> Date: Mon, 13 Jan 2025 00:50:33 +0000 Subject: [PATCH] chore: update roadmap content json --- 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 d907cfa377b9..9f6aeed3a2cf 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" } ] },