KidzSearch - Safe Search Engine     

   web | images | video | facts | wiki | news | games | kidztube | apps





Not Finding Your Answer?
Post It On KidzTalk Homework Help


   Report a search problem







COMPANY RESOURCES LINKS SOCIAL
contact us education daily journal home facebook
about us make us your default search kidztalk twitter  
terms/privacy blocking websites kidznet pinterest  
advertise teacher zone wiki    
media link to us learning sites    
business / api solutions add a site image search    
affiliate program kidzsearch apps kidztube    
play youtube on kidzsearch games    
  voice search music    
  report a problem cool facts    
  settings news    
    search help    
       
         










 mobile version

      Copyright 2005-2024 KidzSearch.com 
An undirected graph.

Graph theory is a field of mathematics about graphs. A graph is an abstract[disambiguation needed] representation of: a number of points that are connected by lines. Each point is usually called a vertex (more than one are called vertices), and the lines are called edges. Graphs are a tool for modelling relationships. They are used to find answers to a number of problems.

Some of these questions are:

  • What is the best way for a mailman to get to all of the houses in the area in the least amount of time? The points could represent street corners and lines could represent the houses along the street. (see Chinese postman problem)
  • A salesman has to visit different customers, but wants to keep the distance traveled as small as possible. The problem is to find a way so they can do it. This problem is known as Travelling Salesman Problem (and often abbreviated TSP). It is among the hardest problems to solve. If a commonly believed conjecture is true (described as PNP), then an exact solution requires one to try all possible routes to find which is shortest.
  • How many colors would be needed to color a map, if countries sharing a border are colored differently? The points could represent the different areas and the lines could represent that two areas are neighboring. (look at the Four color theorem)
  • Can a sketch be drawn in one closed line? The lines of the drawing are the lines of the graph and when two or more lines collide, there is a point in the graph. The task is now to find a way through the graph using each line one time. (look at Seven Bridges of Königsberg)
 view more...