Skip to content

Commit 891fff1

Browse files
author
Partho Biswas
committed
references added
1 parent 52b3cf1 commit 891fff1

File tree

1 file changed

+17
-8
lines changed

1 file changed

+17
-8
lines changed

README.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -500,14 +500,6 @@ Some helpful links, channels, tutorials, blogs.
500500
01. [Tushar Roy - Coding Made Simple](https://www.youtube.com/channel/UCZLJf_R2sWyUtXSKiKlyvAw)
501501
02. [Back To Back SWE](https://www.youtube.com/channel/UCmJz2DV1a3yfgrR7GqRtUUA)
502502

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-
511503
<b>Graphs (Tree, BST, BIT, Segment Tree, etc)</b>
512504
01. [Fenwick Tree or Binary Indexed Tree - youtube](https://www.youtube.com/watch?v=CWDQJGaN1gY)
513505
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.
543535
21. [Bitwise operators — Facts and Hacks](https://medium.com/@shashankmohabia/bitwise-operators-facts-and-hacks-903ca516f28c)
544536
22. [Signed number representations](https://en.wikipedia.org/wiki/Signed_number_representations)
545537

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)
541+
542+
<b>Greedy</b>
543+
01. [Greedy Method - Introduction](https://www.youtube.com/watch?v=ARvQcqJ_-NY&t=2s)
544+
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)
554+
546555
<b>Backtracking</b>
547556
01. [Backtracking - wiki](https://en.wikipedia.org/wiki/Backtracking)
548557
02. [Backtracking | Introduction](https://www.geeksforgeeks.org/backtracking-introduction/)

0 commit comments

Comments
 (0)