Checking Graph Colorability: How Many Colors are Needed?

  • Context: Undergrad 
  • Thread starter Thread starter zetafunction
  • Start date Start date
  • Tags Tags
    Graph
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
zetafunction
Messages
371
Reaction score
0
given a bipartite graph , how do i know that two colors are enough to paint it ??

another question given a general graph , how do i know how many colors do i need to color it

of course in any case there can not be adjacent colors in vertices
 
Physics news on Phys.org
1) Because it is bipartite - look at the definition of bipartite

2) Computing the chromatic number is NP-complete, so in general you don't know if it can be coloured with k colours by any cheap calculation.