1 / 6

Ch. 9: Graph Theory

Ch. 9: Graph Theory. 9.1 Intro to Graphs. Uses. Degree of separation- Hollywood, acquaintance , collaborate- Erdos Travel between cities Konigsberg bridge Shortest path Least cost Schedule exams, assign channels, rooms Number of colors on a map

kosey
Télécharger la présentation

Ch. 9: Graph Theory

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Ch. 9: Graph Theory 9.1 Intro to Graphs

  2. Uses • Degree of separation- Hollywood, acquaintance, collaborate-Erdos • Travel between cities • Konigsberg bridge • Shortest path • Least cost • Schedule exams, assign channels, rooms • Number of colors on a map • Highway inspecting, snow removal, street sweeping • Mail delivery • Niche overlap- ecology • Influence graphs • Round-robin tournaments • Precedence graphs

  3. G=(V,E) G=(V,E) where V is the set of vertices and E is the set of edges Terminology is not standard from book to book. Types of Graphs – see handout Simple G=(V,E) where E is the set of unordered pairs Multigraph Pseudo-graph Directed Graph G=(V,E) where E is the set of ordered pairs of edges Directed Multigraph

  4. Simple and multigraph • Simple graph G=(V,E) where E is the set of unordered pairs • Multigraph

  5. Pseudo and directed graphs • Pseudo-graph • Directed Graph G=(V,E) where E is the set of ordered pairs of edges

  6. multigraph • Directed Multigraph

More Related