New blog for Competitive Programmers

Thanks a lot for your efforts :slight_smile:

1 Like

Nice initiative.Please if possible make a post on flows,and types of sums related to it.

3 Likes

if possible make one for DP with bit masking also

2 Likes

@soham1234 Topic=Digit DP

2 Likes

Wonderful work @soham1234

Personally, i would say, that you should write a blog on generating functions, with reference to RNG problem, if you can.

Anyways, Nice work. Waiting for your next blog.

2 Likes

I think there must something about improvement.
Like I now feel saturation in my rank and knowledge.
How to learn more and do tricky question which are based on little difficult topics like medium difficulty DP, maths and advance DS and hard implementations.

One more request:

Please add Parallel Binary search too. It is one of those topics which are difficult to understand and has very less resources available on internet.

1 Like

See I was in your place and I believe I am still in your place. One thing I can tell you that will help, NEVER hesitate to implement something. Like for example I had learnt HLD technique a year back, and its just one or two months before that I implemented it for the first time. Now I feel very confident while coding HLD. Same goes for many advanced techniques like Centroid Decomposition or Persistent DS or Treaps etc. And internet is a vast unlimited resource itself. Also do check my blog regularly, I will try putting up some nice articles soon :slight_smile:

Hi guys. New post on bridge tree is up. You can find it here .

5 Likes

Great Work.

Can you create a playlist of say 100 problems to master dp? Dp is a very vast topic and a guide will be really helpful to a lot of people including me, I guess.

new youtube channel for competitive programming
Go code

In next one week in this channel all type of dp video will be available https://www.youtube.com/channel/UCoEt3glB4rWSq5zEhSGhUWA

Good, precise writing. Great Effort !! One Suggestion: Can you make all articles in a tree structure along with your homepage (I guess word press gives that option: Ref:https://wordpress.org/plugins/tree-website-map/) or Github Readme file.

1 Like

1.Maybe dynamic programming optimizations(knuth and quadrangle inequality).
2.digit dp is also there.
3.parallel binary search(recently saw a question on that around feburay or january challenge).