You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-8Lines changed: 17 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -500,14 +500,6 @@ Some helpful links, channels, tutorials, blogs.
500
500
01.[Tushar Roy - Coding Made Simple](https://www.youtube.com/channel/UCZLJf_R2sWyUtXSKiKlyvAw)
501
501
02.[Back To Back SWE](https://www.youtube.com/channel/UCmJz2DV1a3yfgrR7GqRtUUA)
502
502
503
-
<b>DP, Greedy</b>
504
-
01.[Tabulation vs Memoization](https://www.geeksforgeeks.org/tabulation-vs-memoization/)
505
-
02.[Memoization vs Tabulation](https://elvrsn.blogspot.com/2015/02/memoization-vs-tabulation.html)
506
-
03.[Greedy Algorithm and Dynamic Programming](https://medium.com/cracking-the-data-science-interview/greedy-algorithm-and-dynamic-programming-a8c019928405)
507
-
04.[Greedy approach vs Dynamic programming](https://www.geeksforgeeks.org/greedy-approach-vs-dynamic-programming/)
508
-
05.[What is the difference between dynamic programming and greedy approach?](https://stackoverflow.com/questions/16690249/what-is-the-difference-between-dynamic-programming-and-greedy-approach)
509
-
06.[How to spot a “greedy” algorithm?](https://stackoverflow.com/questions/7887487/how-to-spot-a-greedy-algorithm)
510
-
511
503
<b>Graphs (Tree, BST, BIT, Segment Tree, etc)</b>
512
504
01.[Fenwick Tree or Binary Indexed Tree - youtube](https://www.youtube.com/watch?v=CWDQJGaN1gY)
513
505
02.[Binary Indexed Tree or Fenwick Tree - geeksforgeeks](https://www.geeksforgeeks.org/binary-indexed-tree-or-fenwick-tree-2/)
@@ -543,6 +535,23 @@ Some helpful links, channels, tutorials, blogs.
543
535
21.[Bitwise operators — Facts and Hacks](https://medium.com/@shashankmohabia/bitwise-operators-facts-and-hacks-903ca516f28c)
544
536
22.[Signed number representations](https://en.wikipedia.org/wiki/Signed_number_representations)
545
537
538
+
<b>Dynamic Programming</b>
539
+
01.[Tabulation vs Memoization](https://www.geeksforgeeks.org/tabulation-vs-memoization/)
540
+
02.[Memoization vs Tabulation](https://elvrsn.blogspot.com/2015/02/memoization-vs-tabulation.html)
02.[Introduction to Greedy Method](https://www.youtube.com/watch?v=xpNWJD24fPA)
545
+
03.[Introduction to Greedy Algorithms | GeeksforGeeks](https://www.youtube.com/watch?v=HzeK7g8cD0Y)
546
+
04.[Basics of Greedy Algorithms](https://www.hackerearth.com/practice/algorithms/greedy/basics-of-greedy-algorithms/tutorial/)
547
+
05.[When to try greedy algorithms on problems?](https://codeforces.com/blog/entry/14032)
548
+
06.[How to spot a “greedy” algorithm?](https://stackoverflow.com/questions/7887487/how-to-spot-a-greedy-algorithm)
549
+
550
+
<b>DP VS Greedy</b>
551
+
01.[Greedy Algorithm and Dynamic Programming](https://medium.com/cracking-the-data-science-interview/greedy-algorithm-and-dynamic-programming-a8c019928405)
552
+
02.[Greedy approach vs Dynamic programming](https://www.geeksforgeeks.org/greedy-approach-vs-dynamic-programming/)
553
+
03.[What is the difference between dynamic programming and greedy approach?](https://stackoverflow.com/questions/16690249/what-is-the-difference-between-dynamic-programming-and-greedy-approach)
0 commit comments