Discrete Structures
SOURCE: Discrete Mathematics mathematical structures; www.tutorialspoint.com
GRAPH AND GRAPH MODELS
• A graph is a set of points, called nodes or vertices, which
are interconnected by a set of lines called edges. The study
of graphs, or graph theory is an important part of a number
of disciplines in the fields of mathematics, engineering and
computer science.
TYPES OF GRAPHS
TREE
•Tree is a discrete structure that represents
hierarchical relationships between individual
elements or nodes. A tree in which a parent has no
more than two children is called a binary tree