Presentation is loading. Please wait.

Presentation is loading. Please wait.

Graph Concepts Elif Tosun 252a-aa (All graphics created by using demo/graphwin/gw*)

Similar presentations


Presentation on theme: "Graph Concepts Elif Tosun 252a-aa (All graphics created by using demo/graphwin/gw*)"— Presentation transcript:

1 Graph Concepts Elif Tosun 252a-aa (All graphics created by using demo/graphwin/gw*)

2 Vertices, Edges

3 Multiple Edges, Loops The blue edges are multiple edges. Red edge shows a loop.

4 Undirected Graph There are no directions, i.e arrows in the graph, so it is undirected

5 Directed Graph - Digraph Each edge has a direction assigned to it. So it is a digraph (directed graph).

6 Simple Graph A graph with no loops or multiple edges.

7 Example of Graphs, MultiGraphs A simple graph A multi-graph

8 Complete Graph Complete graph on 5 vertices Complete graph on 6 vertices

9 Bipartite Graph The graph can be displayed as two disjoint sets of nodes. All edges leave one set of nodes and are directed to the other set of nodes.

10 Path in an undirected graph A path is a series of nodes. In this case, it is 5, 4, 0, 1, 3.

11 Path in a directed graph A path on a directed graph. Where you start and where you end is important. 5, 4, 0, 1, 3

12 Hamilton Path in an undirected graph A path that visits all nodes in an undirected graph.

13 Hamilton Path in a directed graph A path that visits all nodes in a digraph.

14 Cycle in an undirected graph A path that ends where it begins. The blue set of edges show one of the paths in the graph.

15 Cycle in a directed graph Blue set of edges show the only directed cycle in the graph.

16 Hamilton Cycle in an undirected graph A cycle that visits all the nodes of the graph.

17 Hamilton Cycle in a digraph A directed cycle that visits all the nodes of a graph.

18 Cyclic and Acyclic graph A cyclic graph An acyclic graph

19 Tree A graph that’s a tree. Each edge is directed downward and there is a root which is the root labeled 0.

20 Forest A set of trees. Disconnected.

21 Bi-connected Graph A biconnected graph where biconnectivity refers to the underlying graph, since it is term only defined for undirected graphs. It is biconnected since it has no articulation(cut) points.


Download ppt "Graph Concepts Elif Tosun 252a-aa (All graphics created by using demo/graphwin/gw*)"

Similar presentations


Ads by Google