feat(curriculum): add algorithms review page to JSV9 (#65944)

Co-authored-by: Tom <20648924+moT01@users.noreply.github.com>
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
This commit is contained in:
Zaira
2026-03-13 13:16:58 +05:00
committed by GitHub
parent a8dca39dda
commit 7544727e23
4 changed files with 79 additions and 1 deletions
+6
View File
@@ -3670,6 +3670,12 @@
"In this lab you will implement the quicksort algorithm to sort an array of integers."
]
},
"review-searching-and-sorting-algorithms-js": {
"title": "Searching and Sorting Algorithms Review",
"intro": [
"Before you are quizzed on Algorithms, you should review what you've learned about searching and sorting algorithms."
]
},
"lecture-understanding-graphs-and-trees-js": {
"title": "Understanding Graphs and Trees",
"intro": [