feat(curriculum): add dsa lessons to js v9 cert (#66008)

Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
This commit is contained in:
Kolade Chris
2026-03-03 22:56:05 +01:00
committed by GitHub
parent 8a4c565bf7
commit 58e76dca0c
8 changed files with 1194 additions and 1 deletions
+6
View File
@@ -3286,6 +3286,12 @@
"title": "Recursion Quiz",
"intro": ["Test your knowledge of Recursion with this quiz."]
},
"lecture-working-with-common-data-structures-js": {
"title": "Working with Common Data Structures",
"intro": [
"Learn about common data structures and how to work with them in JavaScript."
]
},
"lecture-introduction-to-common-searching-and-sorting-algorithms": {
"title": "Introduction to Common Searching and Sorting Algorithms",
"intro": [