Graph Theory Complete video series : part 1 (9 july2020 - 1 editorial added)

vjudge contest wasn’t created?

instead of hosting contest on vjudge i will be hosting contest on hackerrank.
and also i am setting problems myself , so it would take some time (since i am a lone ranger you know).

5 Likes

16 March 2020 : 1 practice problem added.
E003 : Beautiful Graph | CF (Rated 1600)

3 Likes

19 March 2020 : New video lecture added
L11 : Finding Bridges | Part 1

4 Likes

20 March 2020 : New Video Lecture Added.
L11 : Finding Bridges | Part 2 (Implementation)

2 Likes

thanks for the series.I finally found it.:ok_hand::+1:

you’re most welcome.

1 Like

Thanks bro , your videos are awesome. :slight_smile:

1 Like

thanks man.

2 Likes

So we have to do two things here-
1)to check if Bi is the Subset of Bi+1.

2)Count number of set bits in Bi and multiply them to get the answer

This will work??

which problem are you referring to? .

1 Like

I don’t think i have talked about this problem in this article.

1 Like

I am about to study graph theory,searching for good explanation and I finally found it ,good editorial videos.

Good luck for your journey.

1 Like

@waqar_ahmad224
Please help me with this graph theory problem from hackerearth. My submission-

4 April 2020 : added new lecture
L12 : Articulation Point and Relation with Bridges

1 Like

It takes time to debug a code , specially the one which is un-commented.
currently i don’t have much time , but i will try if you add comments in the code

2 Likes

can you plz explain this problem:

Yes when I get time.

1 Like