rachitiitr's blog

By rachitiitr, history, 7 years ago, In English

Hi everybody,

I recently solved an interesting problem based on matrices, math, data structures and dp.
I made a YouTube Video in 2 parts for it.
The 1st video talks about the problem and approaching the solution.
The 2nd video talks about the squareroot decomposition part.

Solving this problem, you will learn:
1. How DP problems can be mixed with Data Structures to make them complex.
2. How SquareRoot Decomposition can be useful and its another application in the world of Competitive Programming(CP).

To read more about it, go to this link on my blog.

If you want to view more such videos, checkout my YouTube channel or follow my Facebook Page.

I hope you guys will like it!
I think it'll be a very good read for beginners especially!

  • Vote: I like it
  • +7
  • Vote: I do not like it

»
7 years ago, # |
  Vote: I like it +6 Vote: I do not like it

great efforts, can you make videos on datastuctures such as wavelet tree and treaps, bit etc