GRAPH THEORY:
Let G be a graph whose vertex set is a set V = {p1, p2, . . . , p6 } of six people. PROVE that there exist three people who are all friends with each other, or three people none of whom are friends with each other.

GRAPH THEORY: Let G be a graph whose vertex set is a set V = {p1, p2, . . . , p6 } of six people....
topic: graph theory
Question 4. For n 2, let Gn be the grid graph, whose vertex set is V={(x, y) E Z × Z : 0 < x < n,0
Let G= (V, E) be a connected undirected graph and let v be a vertex in G. Let T be the depth-first search tree of G starting from v, and let U be the breadth-first search tree of G starting from v. Prove that the height of T is at least as great as the height of U
* Exercise 1: Let G be the graph with vertex set V(G) = Zi,-{0,-, that two vertices x, y E V(G) are connected by an edge if and only if ,10) and such ryt5 mod 11 or xEy t7 mod 11 1. Draw the graph G. 2. Show that the graph G is Eulerian, i.e., it has a closed trail containing all its edges
Let G = (V;E) be an undirected and unweighted graph. Let S be a subset of the vertices. The graph induced on S, denoted G[S] is a graph that has vertex set S and an edge between two vertices u, v that is an element of S provided that {u,v} is an edge of G. A subset K of V is called a killer set of G if the deletion of K kills all the edges of G, that is...
A tournament T is a directed graph G = (V,A),
with vertex set V and arc set A, such that for every u,v
V, u ≠ v, either (u,v)
A or (v,u)
A, but not both. Draw a tournament graph that has six
vertices.
Let G -(V, E) be a graph. The complementary graph G of G has vertex set V. Two vertices are adjacent in G if and only if they are not adjacent in G. (a) For each of the following graphs, describe its complementary graph: (i) Km,.ni (i) W Are the resulting graphs connected? Justify your answers. (b) Describe the graph GUG. (c) If G is a simple graph with 15 edges and G has 13 edges, how many vertices does...
read exercise and do question 6
In problems 3 through 6, imagine putting a small cube inside a larger cube and let G be the graph whose vertex set consists of the 8 corners of the small cube and the 8 corners of the larger cube (16 vertices total) and whose edge set consists of the edges in each cube (12 per cube) and the edges joining corresponding vertices of the two cubes (8 more), for a total of 32...
114points Let G- (V,E) be a directed graph. The in-degree of a vertex v is the number of edges (a) Design an algorithm (give pseudocode) that, given a vertex v EV, computes the in-degree of v under (b) Design an algorithm (give pseudocode) that, given a vertex v E V, computes the in-degree of v incident into v. the assumption that G is represented by an adjacency list. Give an analysis of your algorithm. under the assumption that G is...
2) Let G ME) be an undirected Graph. A node cover of G is a subset U of the vertex set V such that every edge in E is incident to at least one vertex in U. A minimum node cover MNC) is one with the lowest number of vertices. For example {1,3,5,6is a node cover for the following graph, but 2,3,5} is a min node cover Consider the following Greedy algorithm for this problem: Algorithm NodeCover (V,E) Uempty While...
answer question 3
, imagine putting a small cube inside a larger cube and let G be the graph whose vertex set consists of the 8 corners of the small cube and the 8 corners of the larger cube (16 vertices total) and whose edge set consists of the edges in each cube (12 per cube) and the edges joinin corresponding vertices of the two cubes (8 more), for a total of 32 edges. 3. Find a Hamilton Circuit in...