mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user