feat(curriculum): add JS BFS workshop (#65848)

Co-authored-by: Jeevankumar S <110320697+Jeevankumar-s@users.noreply.github.com>
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
Co-authored-by: Kolade <chrisjay967@gmail.com>
This commit is contained in:
Zaira
2026-03-31 16:33:11 +05:00
committed by GitHub
parent 20fa1de878
commit 81a9867dd4
17 changed files with 822 additions and 0 deletions
@@ -0,0 +1,25 @@
{
"isUpcomingChange": true,
"dashedName": "workshop-breadth-first-search-js",
"helpCategory": "JavaScript",
"blockLayout": "challenge-grid",
"challengeOrder": [
{ "id": "6989eb65324d97775c4965fe", "title": "Step 1" },
{ "id": "6989ef885db3a3488a13b426", "title": "Step 2" },
{ "id": "6989f10a72ad424d4ad6d514", "title": "Step 3" },
{ "id": "6989f1ba358acba651d5ee6b", "title": "Step 4" },
{ "id": "6989f207306332c06b0add39", "title": "Step 5" },
{ "id": "6989f2e35e6941e13e445156", "title": "Step 6" },
{ "id": "6989f3632f8b8bdf168aa321", "title": "Step 7" },
{ "id": "6989f46b6e9366b0e6ad32fe", "title": "Step 8" },
{ "id": "6989f48c3f0292c84f8d8938", "title": "Step 9" },
{ "id": "6989f555728e63ad8b349d84", "title": "Step 10" },
{ "id": "6989f5bf7f1a1d0fc8ebd1e8", "title": "Step 11" },
{ "id": "6989f711e57008f3a23482f2", "title": "Step 12" },
{ "id": "6989f788362592a7238b1f94", "title": "Step 13" },
{ "id": "6989f7d2f0bac8cfe05a068d", "title": "Step 14" }
],
"blockLabel": "workshop",
"usesMultifileEditor": true,
"hasEditableBoundaries": true
}
@@ -330,6 +330,7 @@
"blocks": [
"lecture-understanding-graphs-and-trees-js",
"lab-adjacency-list-to-matrix-converter-js",
"workshop-breadth-first-search-js",
"lab-depth-first-search-js",
"lab-n-queens-problem-js",
"review-graphs-and-trees-js",