SlideShare a Scribd company logo
1 of 14
Presentation on graph
topics
•   Definition of graph
•   Some important points
•   Types of graphs
•    walk,path & trail
•   hamiltonian path & circuit
•   Euler path & circuit
•   Colouring of graph
Definition of graph
• Formally, a graph is a pair of sets (V,E), where V
  is the set of vertices and E is the set ofset of
• edges, formed by pairs of vertices
Some important points
• Loop and Multiple Edges
• A loop is an edge whose endpoints are equal i.e.,
  an edge joining a vertex to it self is called a loop.
  We say that the graph has multiple edges if in the
  graph two or more edges joining the same pair of
  vertices.
•
•
•
•
•
•
Types of graph-
                         Simple Graph
A graph with no loops or multiple edges is called a simple graph. We
    specify a simple graph by its set of vertices and set of edges,
  treating the edge set as a set of unordered pairs of vertices and
    write e = uv (or e = vu) for an edge e with endpoints u and v.




                      Connected Graph
 A graph that is in one piece is said to be connected, whereas one
         which splits into several pieces is disconnected.
• Subgraph
 • Let G be a graph with vertex set V(G) and edge-list E(G). A
   subgraph of G is a graph all of whose vertices belong to V(G)
   and all of whose edges belong to E(G). For example, if G is
   the connected graph below:
 •




w, z} and E(G) = (uv, uw, vv, vw, wz, wz} then the following four graphs ar
• Degree (or Valency)
 •   Let G be a graph with loops, and let v be a vertex of G. The degree of v is
     the number of edges meeting at v, and is denoted by deg(v).
 •   For example, consider, the following graph G
 •
 •
 •


     The graph G has deg(u) = 2, deg(v) = 3, deg(w) = 4 and deg(z) = 1.

                              Regular Graph
A graph is regular if all the vertices of G have the same degree. In particular, if
          the degree of each vertex is r, the G is regular of degree r.
• Isomorphic Graphs
• Two graph G and H are isomorphic if H can be obtained from G
  by relabeling the vertices - that is, if there is a one-to-one
  correspondence between the vertices of G and those of H, such
  that the number of edges joining any pair of vertices in G is
  equal to the number of edges joining the corresponding pair of
  vertices in H. For example, two labeled graphs, such as
•
•
• Walk
• A walk of length k in a graph G is a succession of k edges of
  G of the form uv, vw, wx, . . . , yz.
•
•

    We denote this walk by uvwx . . yz and refer to it as a walk between u and z.
•
                               Trail and Path
• all the edges (but no necessarily all the vertices) of a walk are different, then
If
the walk is called a trail. If, in addition, all the vertices are difficult, then the trail
                                     is called path.
    The walk vzzywxy is a trail since the vertices y and z both occur twice.
      The walk vwxyz is a path since the walk has no repeated vertices.
Hamiltonian path & circuit
• a Hamilton path in the graph (named after an
• Irish mathematician, Sir William Rowan Hamilton)., a
  Hamilton path is a path that visits every vertex in the
  graph
• A Hamilton circuit is a path that visits every vertex in the
  graph exactly
• once and return to the starting vertex.
                                     a                     b
a                         b




    d                     c              d                 c
Euler path & circuit-
Euler Path is a path in the graph that passes
               each edge only
                    once.
Euler Circut is a path in
the graph that passes
each edge
only once and return back
to its original position.
From Denition, Euler
Circuit is a subset of Euler
Path
Colouring of graph
                                Vertex Coloring
Let G be a graph with no loops. A k-coloring of G is an assignment of k colors
to the vertices of G in such a way that adjacent vertices are assigned different
                                     color




           4-coloring                             3-coloring
 It is easy to see from above examples that chromatic number of G is
 at least 3. That is X(G) ≤ 3, since G has a 3-coloring in first diagram.
      On the other hand, X(G) ≥ 3, since G contains three mutually
     adjacent vertices (forming a triangle)., which must be assigned
              different colors. Therefore, we have X(G) = 3.
Edge Colorings
   Let G be a graph with no loops. A k-edge-coloring of G is an
 assignment of k colors to the edges of G in such a way that any
  two edges meeting at a common vertex are assigned different
                              colors,




        5-edge-coloring
                                                   4-edges-coloring


From the above examples, it follows that X`(G) ≤ 4, since G has a 4-edge-
coloring in figure a (above). On the other hand, X`(G) ≥ 4, since G
contains 4 edges meeting at a common vertex i.e., a vertex of degree 4,
which must be assigned different colors. Therefore, X`(G) = 4.
Presentation on graphs

More Related Content

What's hot

Slides Chapter10.1 10.2
Slides Chapter10.1 10.2Slides Chapter10.1 10.2
Slides Chapter10.1 10.2
showslidedump
 
Interesting applications of graph theory
Interesting applications of graph theoryInteresting applications of graph theory
Interesting applications of graph theory
Tech_MX
 
introduction to graph theory
introduction to graph theoryintroduction to graph theory
introduction to graph theory
Chuckie Balbuena
 

What's hot (20)

Graph Theory,Graph Terminologies,Planar Graph & Graph Colouring
Graph Theory,Graph Terminologies,Planar Graph & Graph ColouringGraph Theory,Graph Terminologies,Planar Graph & Graph Colouring
Graph Theory,Graph Terminologies,Planar Graph & Graph Colouring
 
Isomorphic graph
Isomorphic graphIsomorphic graph
Isomorphic graph
 
Slides Chapter10.1 10.2
Slides Chapter10.1 10.2Slides Chapter10.1 10.2
Slides Chapter10.1 10.2
 
Introduction to Graph and Graph Coloring
Introduction to Graph and Graph Coloring Introduction to Graph and Graph Coloring
Introduction to Graph and Graph Coloring
 
Introduction to Graph Theory
Introduction to Graph TheoryIntroduction to Graph Theory
Introduction to Graph Theory
 
Graph Theory: Matrix representation of graphs
Graph Theory: Matrix representation of graphsGraph Theory: Matrix representation of graphs
Graph Theory: Matrix representation of graphs
 
Graph Theory Introduction
Graph Theory IntroductionGraph Theory Introduction
Graph Theory Introduction
 
Graph theory introduction - Samy
Graph theory  introduction - SamyGraph theory  introduction - Samy
Graph theory introduction - Samy
 
Graph theory
Graph theoryGraph theory
Graph theory
 
Trees and graphs
Trees and graphsTrees and graphs
Trees and graphs
 
Introduction to Graph Theory
Introduction to Graph TheoryIntroduction to Graph Theory
Introduction to Graph Theory
 
Hamilton path and euler path
Hamilton path and euler pathHamilton path and euler path
Hamilton path and euler path
 
Interesting applications of graph theory
Interesting applications of graph theoryInteresting applications of graph theory
Interesting applications of graph theory
 
Shortest Path in Graph
Shortest Path in GraphShortest Path in Graph
Shortest Path in Graph
 
Graph theory presentation
Graph theory presentationGraph theory presentation
Graph theory presentation
 
Graph coloring problem
Graph coloring problemGraph coloring problem
Graph coloring problem
 
Euler and hamilton paths
Euler and hamilton pathsEuler and hamilton paths
Euler and hamilton paths
 
introduction to graph theory
introduction to graph theoryintroduction to graph theory
introduction to graph theory
 
Graph theory and its applications
Graph theory and its applicationsGraph theory and its applications
Graph theory and its applications
 
Graph theory
Graph  theoryGraph  theory
Graph theory
 

Viewers also liked

Types of graphs
Types of graphsTypes of graphs
Types of graphs
bweldon
 
Nervous%20 system%20%26%20the%20neuron
Nervous%20 system%20%26%20the%20neuronNervous%20 system%20%26%20the%20neuron
Nervous%20 system%20%26%20the%20neuron
mboland7777777
 
Types of graphs
Types of graphsTypes of graphs
Types of graphs
Jneilsen1
 
Interpreting charts and graphs
Interpreting charts and graphsInterpreting charts and graphs
Interpreting charts and graphs
lesliejohnson441
 
Counting Technique, Permutation, Combination
Counting Technique, Permutation, CombinationCounting Technique, Permutation, Combination
Counting Technique, Permutation, Combination
Chie Pegollo
 

Viewers also liked (17)

Types of graphs
Types of graphsTypes of graphs
Types of graphs
 
Graphs ppt
Graphs pptGraphs ppt
Graphs ppt
 
Nervous%20 system%20%26%20the%20neuron
Nervous%20 system%20%26%20the%20neuronNervous%20 system%20%26%20the%20neuron
Nervous%20 system%20%26%20the%20neuron
 
Na ch02
Na ch02Na ch02
Na ch02
 
Types of graphs
Types of graphsTypes of graphs
Types of graphs
 
Basics of Counting Techniques
Basics of Counting TechniquesBasics of Counting Techniques
Basics of Counting Techniques
 
Pigeonhole Principle,Cardinality,Countability
Pigeonhole Principle,Cardinality,CountabilityPigeonhole Principle,Cardinality,Countability
Pigeonhole Principle,Cardinality,Countability
 
Types of graphs
Types of graphsTypes of graphs
Types of graphs
 
Graph theory discrete mathmatics
Graph theory discrete mathmaticsGraph theory discrete mathmatics
Graph theory discrete mathmatics
 
Fundamental counting principle powerpoint
Fundamental counting principle powerpointFundamental counting principle powerpoint
Fundamental counting principle powerpoint
 
Interpreting charts and graphs
Interpreting charts and graphsInterpreting charts and graphs
Interpreting charts and graphs
 
Counting Technique, Permutation, Combination
Counting Technique, Permutation, CombinationCounting Technique, Permutation, Combination
Counting Technique, Permutation, Combination
 
Graphic communication
Graphic communicationGraphic communication
Graphic communication
 
Types of graphs
Types of graphsTypes of graphs
Types of graphs
 
Graphical Representation of data
Graphical Representation of dataGraphical Representation of data
Graphical Representation of data
 
The State of Financial Presentations 2014 Survey Results
The State of Financial Presentations 2014 Survey ResultsThe State of Financial Presentations 2014 Survey Results
The State of Financial Presentations 2014 Survey Results
 
How to Present Data in PowerPoint
How to Present Data in PowerPointHow to Present Data in PowerPoint
How to Present Data in PowerPoint
 

Similar to Presentation on graphs

distructweek15graphstheoryupdated-160227143444.pdf
distructweek15graphstheoryupdated-160227143444.pdfdistructweek15graphstheoryupdated-160227143444.pdf
distructweek15graphstheoryupdated-160227143444.pdf
ansariparveen06
 
koningsbergproblem-140215072342-phpapp02 (1).pptx
koningsbergproblem-140215072342-phpapp02 (1).pptxkoningsbergproblem-140215072342-phpapp02 (1).pptx
koningsbergproblem-140215072342-phpapp02 (1).pptx
Alpa Rajput
 

Similar to Presentation on graphs (20)

Graph theory
Graph theoryGraph theory
Graph theory
 
Magtibay buk bind#2
Magtibay buk bind#2Magtibay buk bind#2
Magtibay buk bind#2
 
Eurler_Hamilton_Path_Circuit.pdf
Eurler_Hamilton_Path_Circuit.pdfEurler_Hamilton_Path_Circuit.pdf
Eurler_Hamilton_Path_Circuit.pdf
 
DATA STRUCTURE PRESENTATION.pptx
DATA STRUCTURE  PRESENTATION.pptxDATA STRUCTURE  PRESENTATION.pptx
DATA STRUCTURE PRESENTATION.pptx
 
Ds lec 5_chap4
Ds lec 5_chap4Ds lec 5_chap4
Ds lec 5_chap4
 
Unit 2: All
Unit 2: AllUnit 2: All
Unit 2: All
 
Graph Theory
Graph TheoryGraph Theory
Graph Theory
 
Graphs (Models & Terminology)
Graphs (Models & Terminology)Graphs (Models & Terminology)
Graphs (Models & Terminology)
 
Lecture 1--Graph Algorithms -- Basics.pptx
Lecture 1--Graph Algorithms -- Basics.pptxLecture 1--Graph Algorithms -- Basics.pptx
Lecture 1--Graph Algorithms -- Basics.pptx
 
Graph ds
Graph dsGraph ds
Graph ds
 
ch10.5.pptx
ch10.5.pptxch10.5.pptx
ch10.5.pptx
 
Distruct week 15 graphs theory (updated)
Distruct week 15 graphs theory (updated)Distruct week 15 graphs theory (updated)
Distruct week 15 graphs theory (updated)
 
distructweek15graphstheoryupdated-160227143444.pdf
distructweek15graphstheoryupdated-160227143444.pdfdistructweek15graphstheoryupdated-160227143444.pdf
distructweek15graphstheoryupdated-160227143444.pdf
 
Graph 1
Graph 1Graph 1
Graph 1
 
FCS (graphs).pptx
FCS (graphs).pptxFCS (graphs).pptx
FCS (graphs).pptx
 
Final-term Coverage.pptx. ..............
Final-term Coverage.pptx. ..............Final-term Coverage.pptx. ..............
Final-term Coverage.pptx. ..............
 
Koningsberg bridge problem
Koningsberg  bridge  problemKoningsberg  bridge  problem
Koningsberg bridge problem
 
Ass. (3)graph d.m
Ass. (3)graph d.mAss. (3)graph d.m
Ass. (3)graph d.m
 
koningsbergproblem-140215072342-phpapp02 (1).pptx
koningsbergproblem-140215072342-phpapp02 (1).pptxkoningsbergproblem-140215072342-phpapp02 (1).pptx
koningsbergproblem-140215072342-phpapp02 (1).pptx
 
Graph ASS DBATU.pptx
Graph ASS DBATU.pptxGraph ASS DBATU.pptx
Graph ASS DBATU.pptx
 

More from ForwardBlog Enewzletter (10)

Sorting searching
Sorting searchingSorting searching
Sorting searching
 
Pn junction
Pn junctionPn junction
Pn junction
 
Feedback amplifiers
Feedback amplifiersFeedback amplifiers
Feedback amplifiers
 
Oscillators
OscillatorsOscillators
Oscillators
 
Compile time polymorphism
Compile time polymorphismCompile time polymorphism
Compile time polymorphism
 
Constructors & destructors
Constructors & destructorsConstructors & destructors
Constructors & destructors
 
Oo ps
Oo psOo ps
Oo ps
 
Parameter passing to_functions_in_c
Parameter passing to_functions_in_cParameter passing to_functions_in_c
Parameter passing to_functions_in_c
 
Propositional logic
Propositional logicPropositional logic
Propositional logic
 
Stack a Data Structure
Stack a Data StructureStack a Data Structure
Stack a Data Structure
 

Recently uploaded

Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
Chris Hunter
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
QucHHunhnh
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
heathfieldcps1
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
kauryashika82
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
QucHHunhnh
 

Recently uploaded (20)

psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
Making and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdfMaking and Justifying Mathematical Decisions.pdf
Making and Justifying Mathematical Decisions.pdf
 
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
1029 - Danh muc Sach Giao Khoa 10 . pdf
1029 -  Danh muc Sach Giao Khoa 10 . pdf1029 -  Danh muc Sach Giao Khoa 10 . pdf
1029 - Danh muc Sach Giao Khoa 10 . pdf
 
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-IIFood Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
Food Chain and Food Web (Ecosystem) EVS, B. Pharmacy 1st Year, Sem-II
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
The basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptxThe basics of sentences session 2pptx copy.pptx
The basics of sentences session 2pptx copy.pptx
 
Web & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdfWeb & Social Media Analytics Previous Year Question Paper.pdf
Web & Social Media Analytics Previous Year Question Paper.pdf
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Application orientated numerical on hev.ppt
Application orientated numerical on hev.pptApplication orientated numerical on hev.ppt
Application orientated numerical on hev.ppt
 
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in DelhiRussian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
Russian Escort Service in Delhi 11k Hotel Foreigner Russian Call Girls in Delhi
 
ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.ICT role in 21st century education and it's challenges.
ICT role in 21st century education and it's challenges.
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
PROCESS RECORDING FORMAT.docx
PROCESS      RECORDING        FORMAT.docxPROCESS      RECORDING        FORMAT.docx
PROCESS RECORDING FORMAT.docx
 
Sociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning ExhibitSociology 101 Demonstration of Learning Exhibit
Sociology 101 Demonstration of Learning Exhibit
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural ResourcesEnergy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
Energy Resources. ( B. Pharmacy, 1st Year, Sem-II) Natural Resources
 

Presentation on graphs

  • 2. topics • Definition of graph • Some important points • Types of graphs • walk,path & trail • hamiltonian path & circuit • Euler path & circuit • Colouring of graph
  • 3. Definition of graph • Formally, a graph is a pair of sets (V,E), where V is the set of vertices and E is the set ofset of • edges, formed by pairs of vertices
  • 4. Some important points • Loop and Multiple Edges • A loop is an edge whose endpoints are equal i.e., an edge joining a vertex to it self is called a loop. We say that the graph has multiple edges if in the graph two or more edges joining the same pair of vertices. • • • • • •
  • 5. Types of graph- Simple Graph A graph with no loops or multiple edges is called a simple graph. We specify a simple graph by its set of vertices and set of edges, treating the edge set as a set of unordered pairs of vertices and write e = uv (or e = vu) for an edge e with endpoints u and v. Connected Graph A graph that is in one piece is said to be connected, whereas one which splits into several pieces is disconnected.
  • 6. • Subgraph • Let G be a graph with vertex set V(G) and edge-list E(G). A subgraph of G is a graph all of whose vertices belong to V(G) and all of whose edges belong to E(G). For example, if G is the connected graph below: • w, z} and E(G) = (uv, uw, vv, vw, wz, wz} then the following four graphs ar
  • 7. • Degree (or Valency) • Let G be a graph with loops, and let v be a vertex of G. The degree of v is the number of edges meeting at v, and is denoted by deg(v). • For example, consider, the following graph G • • • The graph G has deg(u) = 2, deg(v) = 3, deg(w) = 4 and deg(z) = 1. Regular Graph A graph is regular if all the vertices of G have the same degree. In particular, if the degree of each vertex is r, the G is regular of degree r.
  • 8. • Isomorphic Graphs • Two graph G and H are isomorphic if H can be obtained from G by relabeling the vertices - that is, if there is a one-to-one correspondence between the vertices of G and those of H, such that the number of edges joining any pair of vertices in G is equal to the number of edges joining the corresponding pair of vertices in H. For example, two labeled graphs, such as • •
  • 9. • Walk • A walk of length k in a graph G is a succession of k edges of G of the form uv, vw, wx, . . . , yz. • • We denote this walk by uvwx . . yz and refer to it as a walk between u and z. • Trail and Path • all the edges (but no necessarily all the vertices) of a walk are different, then If the walk is called a trail. If, in addition, all the vertices are difficult, then the trail is called path. The walk vzzywxy is a trail since the vertices y and z both occur twice. The walk vwxyz is a path since the walk has no repeated vertices.
  • 10. Hamiltonian path & circuit • a Hamilton path in the graph (named after an • Irish mathematician, Sir William Rowan Hamilton)., a Hamilton path is a path that visits every vertex in the graph • A Hamilton circuit is a path that visits every vertex in the graph exactly • once and return to the starting vertex. a b a b d c d c
  • 11. Euler path & circuit- Euler Path is a path in the graph that passes each edge only once. Euler Circut is a path in the graph that passes each edge only once and return back to its original position. From Denition, Euler Circuit is a subset of Euler Path
  • 12. Colouring of graph Vertex Coloring Let G be a graph with no loops. A k-coloring of G is an assignment of k colors to the vertices of G in such a way that adjacent vertices are assigned different color 4-coloring 3-coloring It is easy to see from above examples that chromatic number of G is at least 3. That is X(G) ≤ 3, since G has a 3-coloring in first diagram. On the other hand, X(G) ≥ 3, since G contains three mutually adjacent vertices (forming a triangle)., which must be assigned different colors. Therefore, we have X(G) = 3.
  • 13. Edge Colorings Let G be a graph with no loops. A k-edge-coloring of G is an assignment of k colors to the edges of G in such a way that any two edges meeting at a common vertex are assigned different colors, 5-edge-coloring 4-edges-coloring From the above examples, it follows that X`(G) ≤ 4, since G has a 4-edge- coloring in figure a (above). On the other hand, X`(G) ≥ 4, since G contains 4 edges meeting at a common vertex i.e., a vertex of degree 4, which must be assigned different colors. Therefore, X`(G) = 4.