feat(curriculum): add dynamic programming quiz to js v9 cert (#65995)

This commit is contained in:
Kolade Chris
2026-03-01 18:39:40 +01:00
committed by GitHub
parent 95e293d23a
commit 787922295f
4 changed files with 252 additions and 1 deletions
+6
View File
@@ -3329,6 +3329,12 @@
"In this lab, you will implement a function that converts an adjacency list representation of a graph into an adjacency matrix representation."
]
},
"quiz-dynamic-programming-js": {
"title": "Dynamic Programming Quiz",
"intro": [
"Test what you've learned about dynamic programming in JavaScript with this quiz."
]
},
"lecture-understanding-functional-programming": {
"title": "Understanding Functional Programming",
"intro": [