Skip to content

Commit 3948b1f

Browse files
committed
chore: fixes
1 parent 48e8c09 commit 3948b1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1249,7 +1249,9 @@ Below problems are lying under optimization problems. Just watch `Book Allocatio
12491249
It is useful for optimization problem.
12501250
Below is the template for Greedy Algorithm.
12511251

1252+
- Watch this [video from Love Babbar](https://www.youtube.com/watch?v=sq_cXYjSglQ&list=PL4PCksYQGLJOcaPLgeMFaxaHigPFjBuTG&index=5)
12521253
- 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)
12531255

12541256
```js
12551257
getOptimal(items, n)

0 commit comments

Comments
 (0)