Let G = (V, E), where V = {1,2,3,4}, E = {(1,2), (2,3), (3, 4), (4,1)). 1. Find the number of subgraphs of G with 1 vert
Posted: Tue Nov 16, 2021 6:59 am
Let G = (V, E), where V = {1,2,3,4}, E = {(1,2), (2,3), (3, 4), (4,1)). 1. Find the number of subgraphs of G with 1 vertex. 2. Find the number of subgraphs of G with 2 vertices. 3. Find the number of subgraphs of G with 3 vertices. 4. Find the number of subgraphs of G with 4 vertices. A solution to this problem will be available after the due date.