Explore tens of thousands of sets crafted by our community.
Graph Coloring
10
Flashcards
0/10
Chromatic Number
The chromatic number of a graph is the smallest number of colors needed to color the vertices of the graph so that no two adjacent vertices share the same color.
Bipartite Graph
A bipartite graph is a graph whose vertices can be divided into two disjoint sets such that every edge connects a vertex from one set to a vertex from the other set. The chromatic number of a bipartite graph is 2, provided the graph contains at least one edge.
Graph Vertex
In graph theory, a vertex (or node) is a fundamental unit out of which graphs are formed, representing an atomic unit of data, entity or a point where lines intersect.
Greedy Coloring Algorithm
A greedy coloring algorithm is an iterative procedure that assigns colors to vertices of a graph in a sequence, such that the current vertex is assigned the smallest available color that has not been used by its neighbors.
Graph Edge
An edge in a graph is a line or arc that connects a pair of vertices. Edges represent the relationship or connection between vertices.
Adjacent Vertices
Two vertices in a graph are adjacent if they are connected by an edge. In the context of graph coloring, adjacent vertices must be assigned different colors.
Planar Graph
A planar graph is a graph that can be drawn on a plane without any of its edges crossing. Planar graphs obey the Four Color Theorem for vertex coloring.
Coloring Theorem
A coloring theorem is a statement that gives conditions under which certain kinds of graph coloring are possible. A well-known example is the Four Color Theorem, which states that any planar graph can be colored with no more than four colors such that no adjacent vertices have the same color.
Complete Graph
A complete graph is a simple graph in which every pair of distinct vertices is connected by a unique edge. The chromatic number of a complete graph with vertices is .
Edge Coloring
Edge coloring is a variation of graph coloring where the goal is to assign colors to the edges of the graph such that no two adjacent edges (edges that share a common vertex) have the same color.
© Hypatia.Tech. 2024 All rights reserved.