feat(curriculum): release graphs and trees module js v9 cert (#66727)

This commit is contained in:
Kolade Chris
2026-04-01 16:22:28 +01:00
committed by GitHub
parent 83c766f5d2
commit 2db06f745d
9 changed files with 8 additions and 9 deletions

View File

@@ -1,5 +1,5 @@
{
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "lab-adjacency-list-to-matrix-converter-js",
"helpCategory": "JavaScript",
"blockLayout": "link",

View File

@@ -1,5 +1,5 @@
{
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "lab-depth-first-search-js",
"helpCategory": "JavaScript",
"blockLayout": "link",

View File

@@ -1,5 +1,5 @@
{
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "lab-n-queens-problem-js",
"helpCategory": "JavaScript",
"blockLayout": "link",

View File

@@ -1,5 +1,5 @@
{
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "lecture-understanding-graphs-and-trees-js",
"helpCategory": "JavaScript",
"blockLayout": "challenge-list",

View File

@@ -1,5 +1,5 @@
{
"isUpcomingChange": true,
"isUpcomingChange": false,
"blockLabel": "quiz",
"blockLayout": "link",
"dashedName": "quiz-graph-and-trees-js",

View File

@@ -1,5 +1,5 @@
{
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "review-graphs-and-trees-js",
"helpCategory": "JavaScript",
"blockLayout": "link",

View File

@@ -1,5 +1,5 @@
{
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "workshop-breadth-first-search-js",
"helpCategory": "JavaScript",
"blockLayout": "challenge-grid",

View File

@@ -1,5 +1,5 @@
{
"isUpcomingChange": true,
"isUpcomingChange": false,
"dashedName": "workshop-shortest-path-algorithm-js",
"helpCategory": "JavaScript",
"blockLayout": "challenge-grid",

View File

@@ -326,7 +326,6 @@
},
{
"dashedName": "graphs-and-trees",
"comingSoon": true,
"blocks": [
"lecture-understanding-graphs-and-trees-js",
"workshop-shortest-path-algorithm-js",