What Are The Types Of Graph In Data Structure
Answers
Answered by
0
Answer:
A simple graph with n vertices is called a complete graph if the degree of each vertex is n-1 that is 1 vertex is attach with n-1 edges.
Answered by
0
Answer:
A graph is a common data structure that consists of a finite set of nodes (or vertices) and a set of edges connecting them.
A pair (x,y) is referred to as an edge, which communicates that the x vertex connects to the y vertex.
In the examples below,;
circles represent vertices, while lines represent edges.
Explanation:
TYPES OF GRAPH:
- FINITE GRAPH
- INFINITE GRAPH
- SIMPLE GRAPH
- MULTI GRAPH
- TRIVIAL GRAPH
- Null graph
- complete graph
- pseudo graph
- SUB GRAPH.....etc
hope it helps u
Similar questions
Computer Science,
4 months ago
Environmental Sciences,
4 months ago
Math,
4 months ago
Math,
9 months ago
Science,
9 months ago
English,
1 year ago
Math,
1 year ago