From e3adcdaba47bbd2b1386a8ba81ce6aa8723ad7c1 Mon Sep 17 00:00:00 2001 From: payal pagariya <76428958+payalpagaria@users.noreply.github.com> Date: Thu, 26 Jan 2023 02:28:00 +0530 Subject: [PATCH] Add resource for algorithsm (#3360) Added dynamic programming resource having JavaScript code implementation --- .../javascript/content/104-javascript-data-structures/index.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/roadmaps/javascript/content/104-javascript-data-structures/index.md b/src/roadmaps/javascript/content/104-javascript-data-structures/index.md index cbe4e71da..b288d5952 100644 --- a/src/roadmaps/javascript/content/104-javascript-data-structures/index.md +++ b/src/roadmaps/javascript/content/104-javascript-data-structures/index.md @@ -7,3 +7,4 @@ Visit the following resources to learn more: - [ Data structures](https://www.freecodecamp.org/news/data-structures-in-javascript-with-examples/#what-is-a-data-structure) - [Binary Tree Algorithms for Technical Interviews - Full Course](https://youtu.be/fAAZixBzIAI) - [Graph Algorithms for Technical Interviews - Full Course](https://youtu.be/tWVWeAqZ0WU) +- [Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges](https://youtu.be/oBt53YbR9Kk)