When.com Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. DSatur - Wikipedia

    en.wikipedia.org/wiki/DSatur

    DSatur is a graph colouring algorithm put forward by Daniel Brélaz in 1979. [1] Similarly to the greedy colouring algorithm, DSatur colours the vertices of a graph one after another, adding a previously unused colour when needed.

  3. Graph coloring - Wikipedia

    en.wikipedia.org/wiki/Graph_coloring

    High-Performance Graph Colouring Algorithms Suite of 8 different algorithms (implemented in C++) used in the book A Guide to Graph Colouring: Algorithms and Applications (Springer International Publishers, 2015). Graph Coloring Page by Joseph Culberson (graph coloring programs) CoLoRaTiOn by Jim Andrews and Mike Fellows is a graph coloring puzzle

  4. 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 ...

  5. Plotting algorithms for the Mandelbrot set - Wikipedia

    en.wikipedia.org/wiki/Plotting_algorithms_for...

    In pseudocode, this algorithm would look as follows. The algorithm does not use complex numbers and manually simulates complex-number operations using two real numbers, for those who do not have a complex data type. The program may be simplified if the programming language includes complex-data-type operations.

  6. Recursive largest first algorithm - Wikipedia

    en.wikipedia.org/wiki/Recursive_largest_first...

    The Recursive Largest First (RLF) algorithm is a heuristic for the NP-hard graph coloring problem. It was originally proposed by Frank Leighton in 1979. [1] The RLF algorithm assigns colors to a graph’s vertices by constructing each color class one at a time.

  7. Color-coding - Wikipedia

    en.wikipedia.org/wiki/Color-coding

    In computer science and graph theory, the term color-coding refers to an algorithmic technique which is useful in the discovery of network motifs. For example, it can be used to detect a simple path of length k in a given graph. The traditional color-coding algorithm is probabilistic, but it can be derandomized without much overhead in the ...

  8. Grundy number - Wikipedia

    en.wikipedia.org/wiki/Grundy_number

    The path graph with four vertices provides the simplest example of a graph whose chromatic number differs from its Grundy number. This graph can be colored with two colors, but its Grundy number is three: if the two endpoints of the path are colored first, the greedy coloring algorithm will use three colors for the whole graph.

  9. Equitable coloring - Wikipedia

    en.wikipedia.org/wiki/Equitable_coloring

    Bodlaender & Fomin (2005) showed that, given a graph G and a number c of colors, it is possible to test whether G admits an equitable c-coloring in time O(n O(t)), where t is the treewidth of G; in particular, equitable coloring may be solved optimally in polynomial time for trees (previously known due to Chen & Lih 1994) and outerplanar graphs ...