Skip to content

Commit c3dd37e

Browse files
authored
Update and rename asd to About Graph Coloring
1 parent 1b17df9 commit c3dd37e

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
What is a graph coloring problem?
2+
3+
Graph coloring problem involves assigning colors to certain elements of a graph subject to certain restrictions and constraints. This has found applications in numerous fields of computer science.
4+
5+
For example:
6+
7+
1] Sudoku: This game is a variation of the Graph coloring problem where every cell denotes a node (or vertex) and there exists an edge between two nodes if the nodes are in the same row or same column or same block.
8+
9+
2] Geographical maps: There can be cases when no two adjacent cities/states can be assigned the same color in the maps of countries or states. In this case, only four colors would be sufficient to color any map.
10+
Vertex coloring is the most commonly encountered graph coloring problem. The problem states that given m colors, determine a way of coloring the vertices of a graph such that no two adjacent vertices are assigned the same color.

Graph Coloring using Backtracking/asd

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)