feat(curriculum): release js v9 algorithms module (#66654)

This commit is contained in:
Kolade Chris
2026-03-27 19:47:58 +01:00
committed by GitHub
parent 0130f6ffb1
commit 3f3509244c
10 changed files with 9 additions and 10 deletions
@@ -1,5 +1,5 @@
{
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "lab-bubble-sort-algorithm",
"helpCategory": "JavaScript",
"blockLayout": "link",
@@ -1,5 +1,5 @@
{
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "lab-insertion-sort",
"helpCategory": "JavaScript",
"blockLayout": "link",
@@ -1,5 +1,5 @@
{
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "lab-quicksort-js",
"helpCategory": "JavaScript",
"blockLayout": "link",
@@ -1,5 +1,5 @@
{
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "lab-selection-sort-js",
"helpCategory": "JavaScript",
"blockLayout": "link",
@@ -1,5 +1,5 @@
{
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "lecture-introduction-to-common-searching-and-sorting-algorithms",
"helpCategory": "JavaScript",
"blockLayout": "challenge-grid",
@@ -1,5 +1,5 @@
{
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "quiz-searching-and-sorting-algorithms-js",
"helpCategory": "JavaScript",
"blockLayout": "challenge-list",
@@ -1,5 +1,5 @@
{
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "review-searching-and-sorting-algorithms-js",
"helpCategory": "JavaScript",
"blockLayout": "link",
@@ -1,5 +1,5 @@
{
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "workshop-binary-search-js",
"helpCategory": "JavaScript",
"blockLayout": "challenge-grid",
@@ -1,5 +1,5 @@
{
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "workshop-merge-sort-js",
"helpCategory": "JavaScript",
"blockLayout": "challenge-grid",
@@ -312,7 +312,6 @@
},
{
"dashedName": "algorithms",
"comingSoon": true,
"blocks": [
"lecture-introduction-to-common-searching-and-sorting-algorithms",
"workshop-binary-search-js",