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
+6
View File
@@ -5707,6 +5707,12 @@
"In this lab, you will implement a function that converts an adjacency list representation of a graph into an adjacency matrix representation."
]
},
"workshop-breadth-first-search-js": {
"title": "Implement the Breadth-First Search Algorithm",
"intro": [
"In this workshop, you will use the breadth-first search algorithm to generate all valid combinations of parentheses."
]
},
"lab-depth-first-search-js": {
"title": "Implement the Depth-First Search Algorithm",
"intro": [