443 views
0 votes
0 votes
Consider an air traffic system with 6 airlines suppose that
1) Direct service between two cities means round trip direct service
2) Each pair of cities has direct service from at least one air line.

Suppose also that no airline can schedule a cycle through an odd number of cities, what is the maximum number of cities in the system?

1 Answer

0 votes
0 votes
each pair is participating so it is a complete graph, K, we need to divide this complete graph into 6 bipartite graphs since bipartite graph doesn't have an odd cycle  maximum cities are 2^6=64

Related questions

3 votes
3 votes
1 answer
1
Akriti sood asked Dec 26, 2016
1,005 views
Consider an array ‘A’ with 2m elements. The elements in odd position are sorted in non-increasing order that is A >= A[3] >= A[5]......A[2m-1] The elements in even p...
0 votes
0 votes
0 answers
4
Malusi asked Jan 12
102 views
Consider a weighted undirected graph with positive edge weights and let (u, v) be an edge in the graph. It is known that the shortest path from source vertex r to u hasw...