in Graph Theory
681 views
1 vote
1 vote

A multinational company is developing an industrial area with many buildings. They want to connect the buildings with a set of roads so that:

  • Each road connects exactly two buildings.
  • Any two buildings are connected via a sequence of roads.
  • Omitting any road leads to at least two buildings not being connected by any sequence of roads.

Is it always possible to colour each building with either red or blue so that every road connects a red and blue building?

in Graph Theory
681 views

2 Answers

1 vote
1 vote
we get a tree as the resulting data structure from the 3 rules given.the chromatic number of a tree is 2.
0 votes
0 votes

Go to this link for the answer

https://gateoverflow.in/47092/cmi2011-b-01b

Related questions

Quick search syntax
tags tag:apple
author user:martin
title title:apple
content content:apple
exclude -tag:apple
force match +apple
views views:100
score score:10
answers answers:2
is accepted isaccepted:true
is closed isclosed:true