-
Consider the following two problems on undirected graphs :
α ‐ Given, G (V, E), does G have an independent set of size |V| - 4?
β ‐ Given, G (V, E), does G have an independent set of size 5?
Which one of the following is true?
-
- a is in P and b is NP-complete
- a is NP-complete b is in P
- Both a and b are NP-complete
- Both a and b are in P
- a is in P and b is NP-complete
Correct Option: A
NA