Loading [MathJax]/jax/output/HTML-CSS/fonts/TeX/fontdata.js

Sam_1812's blog

By Sam_1812, history, 4 weeks 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 weeks ago, # |
  Vote: I like it +8 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.

»
4 weeks 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.

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

what if you start solving 800 problems instead.

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

In my own opinion firstly try to improve your implementation skill with solving problems like 800 rated then level up, when you are comfortable enough (simply reaching pupil or specialist) you can follow USACO Guide or CPH as my opinion to learn those topics beside problem solving