1 parent 48e8c09 commit 3948b1fCopy full SHA for 3948b1f
README.md
@@ -1249,7 +1249,9 @@ Below problems are lying under optimization problems. Just watch `Book Allocatio
1249
It is useful for optimization problem.
1250
Below is the template for Greedy Algorithm.
1251
1252
+- Watch this [video from Love Babbar](https://www.youtube.com/watch?v=sq_cXYjSglQ&list=PL4PCksYQGLJOcaPLgeMFaxaHigPFjBuTG&index=5)
1253
- Watch [these videos](https://www.youtube.com/watch?v=HzeK7g8cD0Y&list=PLqM7alHXFySESatj68JKWHRVhoJ1BxtLW&t=0s) to learn greedy algorithm
1254
+- Find the solutions of the problems shared by [Love Babbar here](https://www.youtube.com/watch?v=AsbDqOauGZE&list=PLDdcY4olLQk3cAxZPJXMbxqrM3PlNkmO8)
1255
1256
```js
1257
getOptimal(items, n)
0 commit comments