feat(curriculum): add dynamic programming js lesson (#65987)

Co-authored-by: Zaira <33151350+zairahira@users.noreply.github.com>
Co-authored-by: majestic-owl448 <26656284+majestic-owl448@users.noreply.github.com>
This commit is contained in:
Kolade Chris
2026-03-04 22:46:41 +01:00
committed by GitHub
parent 520d5dc32a
commit da0298f39b
4 changed files with 491 additions and 0 deletions
+6
View File
@@ -3347,6 +3347,12 @@
"In this lab, you will implement a solution for the N-Queens problem."
]
},
"lecture-understanding-dynamic-programming-js": {
"title": "Understanding Dynamic Programming",
"intro": [
"In this lesson, you will learn about dynamic programming, an algorithmic technique used to solve complex problems efficiently by breaking them down into simpler subproblems."
]
},
"review-dynamic-programming-js": {
"title": "Dynamic Programming Review",
"intro": [