MCQOPTIONS
Saved Bookmarks
| 1. |
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 is NP-complete |
| B. | is NP complete and is in P |
| C. | Both and are NP-complete |
| D. | Both and are in P |
| Answer» C. Both and are NP-complete | |