enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. List of NP-complete problems - Wikipedia

    en.wikipedia.org/wiki/List_of_NP-complete_problems

    NP-complete special cases include the edge dominating set problem, i.e., the dominating set problem in line graphs. NP-complete variants include the connected dominating set problem and the maximum leaf spanning tree problem. [3]: ND2 Feedback vertex set [2] [3]: GT7 Feedback arc set [2] [3]: GT8 Graph coloring [2] [3]: GT4

  3. Earth–Moon problem - Wikipedia

    en.wikipedia.org/wiki/Earth–Moon_problem

    It is an extension of the planar map coloring problem (solved by the four color theorem), and was posed by Gerhard Ringel in 1959. [1] An intuitive form of the problem asks how many colors are needed to color political maps of the Earth and Moon, in a hypothetical future where each Earth country has a Moon colony which must be given the same color.

  4. Graph coloring - Wikipedia

    en.wikipedia.org/wiki/Graph_coloring

    The problem of edge coloring has also been studied in the distributed model. Panconesi & Rizzi (2001) achieve a (2Δ − 1)-coloring in O(Δ + log * n) time in this model. The lower bound for distributed vertex coloring due to Linial (1992) applies to the distributed edge coloring problem as well.

  5. List coloring - Wikipedia

    en.wikipedia.org/wiki/List_coloring

    For a graph G, let χ(G) denote the chromatic number and Δ(G) the maximum degree of G.The list coloring number ch(G) satisfies the following properties.. ch(G) ≥ χ(G).A k-list-colorable graph must in particular have a list coloring when every vertex is assigned the same list of k colors, which corresponds to a usual k-coloring.

  6. Complete coloring - Wikipedia

    en.wikipedia.org/wiki/Complete_coloring

    Finding ψ(G) is an optimization problem.The decision problem for complete coloring can be phrased as: . INSTANCE: a graph G = (V, E) and positive integer k QUESTION: does there exist a partition of V into k or more disjoint sets V 1, V 2, …, V k such that each V i is an independent set for G and such that for each pair of distinct sets V i, V j, V i ∪ V j is not an independent set.

  7. Greedy coloring - Wikipedia

    en.wikipedia.org/wiki/Greedy_coloring

    In the study of graph coloring problems in mathematics and computer science, a greedy coloring or sequential coloring [1] is a coloring of the vertices of a graph formed by a greedy algorithm that considers the vertices of the graph in sequence and assigns each vertex its first available color. Greedy colorings can be found in linear time, but ...

  8. Precoloring extension - Wikipedia

    en.wikipedia.org/wiki/Precoloring_extension

    Precoloring extension may be seen as a special case of list coloring, the problem of coloring a graph in which no vertices have been colored, but each vertex has an assigned list of available colors. To transform a precoloring extension problem into a list coloring problem, assign each uncolored vertex in the precoloring extension problem a ...

  9. Exact coloring - Wikipedia

    en.wikipedia.org/wiki/Exact_coloring

    Exact coloring of the complete graph K 6. Every n-vertex complete graph K n has an exact coloring with n colors, obtained by giving each vertex a distinct color. Every graph with an n-color exact coloring may be obtained as a detachment of a complete graph, a graph obtained from the complete graph by splitting each vertex into an independent set and reconnecting each edge incident to the ...