feat(curriculum): add quicksort lab to jsv9 (#65866)

Co-authored-by: Dario <105294544+Dario-DC@users.noreply.github.com>
This commit is contained in:
majestic-owl448
2026-02-17 08:49:33 +01:00
committed by GitHub
parent c11b4dd4d2
commit d1df11fe1e
4 changed files with 126 additions and 1 deletions
+6
View File
@@ -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": [