You are on page 1of 9

GRAPH THEORY


TYPES OF GRAPHS

GRAPH MODELS
► Information networks : WWW, directed graph, web page is a
vertex, edges form links between web pages.
► Social networks.
► Communication networks.
► Software design application: Interaction of different modules in a
program.
► Transportation networks: Road network.
SOME APPLICATIONS OF GRAPHS IN
COMPUTER SCIENCE
RESEARCH ON THESE APPLICATIONS
► Car navigation systems
► Efficient database
► Build a bot to retrieve information from WWW
► Representing computational models.
ADJACENT VERTICES AND VERTEX
DEGREE

b c

a
d
NUMBER OF EDGES AND NUMBER OF
GRAPHS

How many edges are there in a graph with 10 vertices, each of
degree 6?


IN-DEGREE AND OUT-DEGREE OF
VERTICES(directed graphs)

Contd

You might also like