log in sign up
logo

Branch: Graph Theory

E[id:68]   

Introduction

There are many real-life problems, which can be reduced to graph-theoretic problems. Some examples are:

  1. Find the ‘best’ route between two places connected by different streets in a city.
  2. Given a time table of flight connections for a world tour, find the shortest time to go around the world and come back to the same city.
  3. Having a portfolio of stock shares of \(n\) different companies, find a sub-portfolio which is as much diversified as possible.
  4. When designing a micro chip, find a way to connect \(n\) different electronic components with \(m\) other electronic components in such a way that the conducting strips printed directly on to a flat board of insulating material do not cross.
  5. In a given country, how many ways accessible by a car (streets, highways) are there between two cities \(A\) and \(B\), such that one can visit both cities exactly once, without visiting any of the cities in-between more then once?
  6. What is the smallest number of colors needed to color any given map of countries in such a way that none of two countries have the same color?

By means of the graph theory, such problems can be reduces to structures known as graphs, flows and networks, with the properties of which graph theory deals. Methods developed in graph theory to solve analogous problems for graphs, flows and networks can be used to solve the above real-life problems.

Subordinated Structure:

Parts (14)

Basics Concepts in Graph TheoryE
Extremal Problems in Graph TheoryE
FlowsE
Graph TransformationsE
Graph TraversingE
Infinite GraphsE
MatchingsE
Network Design and RoutingE
Paths, Cycles and ConnectivityE
Planar GraphsE
Shortest PathsE
Transitive Hull and Irreducible KernelsE
Trees and ForestsE
Vertex Colourings and DecompositionsE

Bibliography (1)

Krumke Sven O., Noltemeier Hartmut: "Graphentheoretische Konzepte und Algorithmen", Teubner, 2005, Auflage 1E

Contribute to BoP:

add a new Part  N

add a new Motivation  N

add a new Example  N

add a new Application  N

add a new Explanation  N

add a new Interpretation  N

add a new Axiom  N

add a new Definition  N

add a new Proposition  N

add a new Lemma  N

add a new Theorem  N

add a new Algorithm  N

add a new Open Problem  N

add a new Bibliography (Branch)  N

add a new Comment (Branch)  N


Terms of Use | Privacy Policy | Imprint | This site is a private offer. All rights reserved.
The contents of book of proofs are licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported License.