graph Theory ama
Assignment (AMA)
Q3: Two opposite corners are removed from an 8-by-8 checkerboard. Prove that it is impossible to cover the remaining 65 squares with 31 dominoes, such that each domino covers two adjacent squares?
Q2:
Q3: Through A Write an algorithm to construct the indicated graph operation, using only the primary graph operations of additions and deletions of vertices and edges. Test your algorithm on the pair ( P4, W5 ) and on the pair ( K4 – K2, C4 ):
A- Cartesian product of two graphs (psedocode)?
Q4: Through A,B either draw the required graph or explain why no such graph exists:
A- An 8-vertex, 2-component, simple graph with exactly 10 edges and three cycles?
B- An 11-vertex, simple, connected graph with exactly 14 edges that contains five edge-disjoint cycles?
Q5: Prove or disprove: If a simple graph G has no cut-edge, then every vertex pf G has even degree?
Q6: Prove that if a graph has exactly two vertices of odd degree, then there must be a path between them?
Q7: Show that any nontrivial simple graph contains at least two vertices that are not cut-vertices?
Q8: Through A Draw the specified tree(s) or explain why on such a tree(s) can exist?
A- A 14-vertex binary tree of height 3.