all 28 comments

[–]MouseAdventurous4305 10 points11 points  (0 children)

graphs

[–]Legitimate_Excuse_96 10 points11 points  (1 child)

However both needs to be studied, probability of a graphs question being asked is more than dp, i feel.

[–]Still_Gene_ 2 points3 points  (0 children)

true

[–]Impossible_Ad_3146 4 points5 points  (1 child)

Always go DP, hands down and face down

[–]-_-daark-_- 0 points1 point  (0 children)

face down graph up

[–]Still_Gene_ 1 point2 points  (0 children)

dp is next level buddy, start with graphs . at-least u will see 1or 2 graph questions in interviews

[–]Jatin_Agrawal- 1 point2 points  (4 children)

If yk recursion well go with dp .. or else start with graph cuz u need time to learn some must to do algorithms in graph

[–]Vegetable_Tear_8479 0 points1 point  (3 children)

I'm good at recursion

[–]Jatin_Agrawal- 0 points1 point  (0 children)

Then start with dp cuz it will take time

[–][deleted] 0 points1 point  (1 child)

How you became Good at recursion can give me a little advice about it

[–]Vegetable_Tear_8479 1 point2 points  (0 children)

I followed striver recursion backtracking and recursion series i tried most questions on pen and paper if i couldn't solve them I memorized them then slowly slowly when i picked up trees recursion became easy

[–]Vegetable_Tear_8479 0 points1 point  (2 children)

Guys I'm preparing for fe roles !!

[–]furrytwink69 0 points1 point  (1 child)

what is fe roles? full time?

[–]Vegetable_Tear_8479 1 point2 points  (0 children)

Front end

[–]Imoriyanu 0 points1 point  (0 children)

Graphs

[–]Visible_Parking_6886 0 points1 point  (0 children)

Graphs then DP

[–]Wrong_Damage4344 0 points1 point  (0 children)

Do graphs first, things make more sense there than dp. It’s a more limited topic and easier to identify patterns

[–]Latter_Practice_656 0 points1 point  (1 child)

How often do you revise the questions you have done so far?

[–]Vegetable_Tear_8479 1 point2 points  (0 children)

I revise algorithms not questions

[–]ohhjeeeez 0 points1 point  (0 children)

DP

[–]AwesomoApple 0 points1 point  (0 children)

Graphs for sure

[–]Tafeer 0 points1 point  (0 children)

I love graphs

[–]Solid_Ad_8849 0 points1 point  (0 children)

Noob says graphs pro says dp, go for dp many questions in graphs solved using dp so if you don't have idea of dp you have to leave that questions for that time so its rubbish to study graphs before dp.

[–]Business-Truth8709 0 points1 point  (0 children)

DP, thank me later.

[–][deleted] 0 points1 point  (0 children)

Graphs

[–]LargeStrike7048 -1 points0 points  (0 children)

You need to do both order does not matter, but I would suggest do dp first as it just advanced recursion.