Prepare
Practice
Interview
Aptitude
Reasoning
English
GD
Placement papers
HR
Current affairs
Engineering
MCA
MBA
Online test
Login
Graph the number of vertices of odd degree
Home
>>
Category
>>
Programming Language (MCQ) questions
>>
Operating System
Q. In a graph the number of vertices of odd degree is always
- Published on 23 Jun 15
a.
even
b.
odd
c.
sometimes odd sometimes even
d.
None of the above.
ANSWER: even
Related Content
Networking (
207
)
Database (
97
)
C programming (
58
)
Software Engineering (
28
)
SQL (
5
)
HTML (
74
)
Web Technologies (
11
)
Data Structure (
140
)
Operating System (
96
)
Java (
25
)
Oracle (
5
)
C++ (
50
)
Algorithms (
7
)
PL/SQL (
13
)
JavaScript (
7
)
XML (
0
)
CSS (
1
)
Discussion
Nirja Shah
-Posted on 25 Nov 15
- This is solved by using the Handshaking lemma
- The partitioning of the vertices are done into those of even degree and those of odd degree
- The formula is as follows:
- ∑
(v∈V)
deg (v) = 2 | E |
- By the Handshaking Lemma, the value of the lefthand side of the equation equals twice the numĀber of edges, and so it is even.
- The first summand on the righthand side is even since it is a sum of even values.
- Hence, the second summand on the righthand side must also be even.
- But since it is entirely a sum of odd values, it must must contain an even number of terms.
- That is, there must be an even number of vertices with odd degree.
➨
Post your comment / Share knowledge
Required!
Required!
Invalid Email Id!
Required!
Enter the code shown above:
Please enter the code shown above
(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)
MCQs
English
Tutorials
Download
▲