About 285,000 results
Open links in new tab
  1. Graph coloring - Wikipedia

    Graph coloring A proper vertex coloring of the Petersen graph with 3 colors, the minimum number possible. In graph theory, graph coloring is a methodic assignment of labels traditionally called …

  2. Introduction to Graph Coloring - GeeksforGeeks

    Jul 23, 2025 · Graph coloring refers to the problem of coloring vertices of a graph in such a way that no two adjacent vertices have the same color. This is also called the vertex coloring problem.

  3. Graph Theory - Graph Coloring - Online Tutorials Library

    The greedy algorithm colors the graph by visiting the vertices in a given order. For each vertex, it assigns the smallest available color that hasn't been used by any of its adjacent vertices.

  4. Constructive Algorithms for Graph Colouring - Baeldung

    Mar 18, 2024 · We’re given a graph consisting of vertices and edges connecting them. We’re asked to assign a colour to each vertex of the graph such that the following conditions are fulfilled:

  5. 2 days ago · Vizing’s theorem states that every simple undirected graph can be edge-colored using fewer than ∆ + 1 colors, where ∆ is the graph’s max-imum degree. The original proof was given …

  6. Mastering Graph Coloring Algorithms - numberanalytics.com

    Jun 13, 2025 · Discover the ultimate guide to graph coloring algorithms, including techniques, applications, and best practices for efficient graph coloring.

  7. HyColor: An Efficient Heuristic Algorithm for Graph Coloring

    Nov 13, 2025 · However, existing GCP algorithms focus on either small hard graphs or large-scale sparse graphs (with up to $10^ {7}$ vertices). This article presents an efficient hybrid heuristic …

  8. For use in this proof, he invented an algorithm for graph coloring that is still relevant today, for use in many applications such as register allocation in compilers.

  9. Guide to Graph Colouring: Algorithms and Applications - Springer

    This textbook treats graph colouring as an algorithmic problem, with a strong emphasis on practical applications and bounds and constructive algorithms

  10. Nov 7, 2024 · Usually, the way we do this is to find an algorithm that tells us how to color the graphs we care about, and then prove that the algorithm never uses too many colors.