You are on page 1of 1

Define Graph

What Is Graphs

A data structure that consist of set of nodes vertices and set of edges that relate the nodes of each other

The set of describe relationship each other

Format definition of graph

A graph represent with G define Follow as

G=VE

V (g) =a finite non empty set of vector

E (g) = set of edges

Directed and undirected

Undirected

When the edges in a graph have no direction is called Undirected

Directed

When edges of graphs have direction is called directed

Tree is special case of graph

Graph terminology

Adjacent nodes

This node are adjacent when they connected by edges

You might also like