Graph Theory Example 1.019 GATE CS 2003 Perfect Matching

preview_player
Показать описание
Graph Theory problem asked in GATE CS 2003 (Perfect Matching)
Рекомендации по теме
Комментарии
Автор

Great Explanation
With this i understood perfectly What is matching and what is perfect matching...:)

jalandharjntu
Автор

Very nice indeed Harshit, strange to find the low count of likes and comments .. kudos

shridharsharma
Автор

Hi, you can calculate by thinking of combination.
Assume the vertex as ball. Let's say there are 6 balls, each ball differes. The problem is how many combinations are there to group the ball into 3 groups, which each group has 2 balls. Because we know it is a complete graph.
We select 2 balls out of 6 balls, there are C(6, 2) possibilities.
In the remaining 4 balls, we select 2 out of 4, there are C(4, 2) possibilities.
Because the 3 groups have the same number of balls, there are duplicate possibilities. So we should divide by A(3, 3).
So, the final answer would be C(6, 2)*C(4, 2)/A(3, 3)=15.

pengli
Автор

5 min ka question 15 min tk explain kiya...Explanation was good but it could be explained in 5 min.

mohitnegi
Автор

Thank u  sir for your effort. God Bless You.

NagaVenkateshgavini
Автор

sir, i liked your videos and it helped me a lot..
i also tried visiting your site.. click2study.net but it says the domain is free and no website is registered.. i was looking for more study material.. if you please help me i would appreciate it as I have my GATE exam round the corner..

Keep up the good work!

sahilpahwa