mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
feat(curriculum): add quicksort lab to jsv9 (#65866)
Co-authored-by: Dario <105294544+Dario-DC@users.noreply.github.com>
This commit is contained in:
@@ -3225,6 +3225,12 @@
|
||||
"In this lab, you will implement the bubble sort algorithm to sort an array of integers in ascending order."
|
||||
]
|
||||
},
|
||||
"lab-quicksort-js": {
|
||||
"title": "Implement the Quicksort Algorithm",
|
||||
"intro": [
|
||||
"In this lab you will implement the quicksort algorithm to sort an array of integers."
|
||||
]
|
||||
},
|
||||
"lecture-understanding-graphs-and-trees-js": {
|
||||
"title": "Understanding Graphs and Trees",
|
||||
"intro": [
|
||||
|
||||
Reference in New Issue
Block a user