Talk:Complete coloring

Latest comment: 6 years ago by InternetArchiveBot in topic External links modified

What is wrong? edit

Read in section Algrithms

For any fixed k, it is possible to determine whether the achromatic number of a given graph is at least k, in linear time.

Read in article "The First-fit Chromatic and Achromatic Numbers" Stephanie Fuller, December 17, 2009, page 9:

Finding the achromatic number of a graph is NP-hard; determining whether it is greater than some number is NP-complete. This was proven in [24] using minimum edge dominating sets. In this paper, they also prove that even when limited to the complements of bipartite graphs, it is an NP-hard problem [24]

So, it is NP-complete or "linear time"? Jumpow (talk) 18:10, 17 April 2014 (UTC)JumpowReply

It is linear time for fixed k. It is NP-complete when k is a variable that is part of the input. —David Eppstein (talk) 18:28, 17 April 2014 (UTC)Reply
Don't understand....Loop though all k=0:N and find max k when for GIVEN GRAPH "achromatic number is at least k". Got O(N*N). Jumpow (talk) 16:55, 18 April 2014 (UTC)JumpowReply
Let's suppose, for the sake of specificity, that the running time, measured as a function of both   and  , is   (the actual dependence on   from the cited source appears to be much worse). Then for any particular value of  , such as  , the   part of this bound is just a constant (81 for  ) and can be removed from the  -notation. But if you are testing all values of   from 1 to   as in your "loop through all" statement, then the time is  , much bigger than  . —David Eppstein (talk) 18:04, 18 April 2014 (UTC)Reply
I understood what is wrong a couple of hours ago... I did not count, that constant will depend from k, and dependency will not linear. But, I think, article need some crarifying. Thank you for patience and explanation. Jumpow (talk) 20:06, 18 April 2014 (UTC)JumpowReply

External links modified edit

Hello fellow Wikipedians,

I have just modified one external link on Complete coloring. Please take a moment to review my edit. If you have any questions, or need the bot to ignore the links, or the page altogether, please visit this simple FaQ for additional information. I made the following changes:

When you have finished reviewing my changes, you may follow the instructions on the template below to fix any issues with the URLs.

This message was posted before February 2018. After February 2018, "External links modified" talk page sections are no longer generated or monitored by InternetArchiveBot. No special action is required regarding these talk page notices, other than regular verification using the archive tool instructions below. Editors have permission to delete these "External links modified" talk page sections if they want to de-clutter talk pages, but see the RfC before doing mass systematic removals. This message is updated dynamically through the template {{source check}} (last update: 18 January 2022).

  • If you have discovered URLs which were erroneously considered dead by the bot, you can report them with this tool.
  • If you found an error with any archives or the URLs themselves, you can fix them with this tool.

Cheers.—InternetArchiveBot (Report bug) 18:57, 11 August 2017 (UTC)Reply