New blog for Competitive Programmers

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

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

1 Like

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:Tree Sitemap (Pages, Posts & Categories list) – WordPress plugin | WordPress.org) 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).

I will try to write one on that. Thanks for suggesting

2 Likes

Hi. There is already a good tutorial in quora(threads @iiit hyd) by lalit kundu. That’s a very good blog. Still if you want me to make one I can, explaining some other problems and covering up persistent trie.

Yes I read Lalit’s blog during June Long, GeeksForGeeks article is also good.

A tutorial on covering various Persistent data structures would be nice :slight_smile:

2 Likes

Okay i will take that up soon :slight_smile: .

1 Like

Okay sure I will make one on that too . :slight_smile: Thanks for suggesting

@vivek_shah98 there will be one soon :slight_smile: by next week.

Nice one, keep posting

2 Likes

Thanx… :smiley:

Hi @vivek_shah98 , I am also new to wordpress. Perhaps if you have an account you can subscribe as I got few mails regarding users following my blog. See if you can find an option

Thanks a lot for your efforts :slight_smile:

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:

In next one week in this channel all type of dp video will be available Go code - YouTube

1 Like