Subgraph Isomorphism Problem
Given two graphs G and H, is G isomorphic to a subgraph of H? Show that the subgraph isomorphism problem is NP-Complete.
Given a graph G and a positive integer K, is there a simple path in G of length (number of edges on path) at least K?
(Note: You may not assume that the end points of the path are provided as part of the problem instance.) Show that the longest path is NP-Complete.
Let G = (V, E) be a directed graph. Let S
(a) Show that node cover decision problem
FNS
(b) Write a polynomial time nondeterministic algorithm for FNS.