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
@@ -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",