What should be the correct order for learning DP,GREEDY AND GRAPH?

hey guys, I am a little confused, I started learning DP but the next day, a FIVE STAR coder told me to learn GRAPH first and when I did a little bit of more research on internet, I GOT MORE CONFUSED…
PLEASE HELP me and suggest a CORRECT ORDER for learning DP,GREEDY and GRAPH…

Greedy is a very broad term you can’t specifically learn greedy algorithms as such. As far as dp and graphs as concern you should first get a good grasp on recursion then dp and then graphs as there are many problems which involve dp on graphs so you should know dp first.

3 Likes

Yaa , that’s right

1 Like

You Can Follow CLRS Its The Best And Bible For Learning DSA @anon57767734

1 Like

Ya, I am following it…

@anon57767734 Then You Can Look At Chapter 15, 16, 22 It Will Help You

1 Like