mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
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:
@@ -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": [
|
||||
|
||||
Reference in New Issue
Block a user