Sam_1812's blog

By Sam_1812, history, 5 hours ago, In English

Hey There.! I am new into CP but i have done basic dsa SO i wanted to ask you guys any good resources for learning Trees,Graphs and DP.Thank you

  • Vote: I like it
  • -1
  • Vote: I do not like it

»
4 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

I have personally learned all these topics from the Competitive Programmer's Handbook and parallelly solved the questions on the cses problemset. I would recommend these for you as well.

»
3 hours ago, # |
  Vote: I like it 0 Vote: I do not like it

It might not be the best time to tackle these intermediate topics yet. Instead, focus on learning and practicing foundational concepts like sliding window, binary search, the two-pointer technique, prefix sums, and priority queues. However, if you still want to push ahead with intermediate material, you can refer to the USACO Guide for structured resources. They Provide good tutorial and Problems also.

»
87 minutes ago, # |
  Vote: I like it 0 Vote: I do not like it

what if you start solving 800 problems instead.