Physics, asked by wilsonkdp68, 8 months ago

what is a graph? what are the 2 uses of graph?

Answers

Answered by ashtekarnusrat198672
1

A graph is a non-linear data structure, which consists of vertices(or nodes) connected by edges(or arcs) where edges may be directed or undirected.

In Computer science=

graphs are used to represent the flow of computation.

Google maps=

uses graphs for building transportation systems, where intersection of two(or more) roads are considered to be a vertex and the road connecting two vertices is considered to be an edge, thus their navigation system is based on the algorithm to calculate the shortest path between two vertices.

In Facebook,

users are considered to be the vertices and if they are friends then there is an edge running between them. Facebook’s Friend suggestion algorithm uses graph theory. Facebook is an example of undirected graph.

In World Wide Web,=

web pages are considered to be the vertices. There is an edge from a page u to other page v if there is a link of page v on page u. This is an example of Directed graph. It was the basic idea behind Google Page Ranking Algorithm.

In Operating System, =

we come across the Resource Allocation Graph where each process and resources are considered to be vertices. Edges are drawn from resources to the allocated process, or from requesting process to the requested resource. If this leads to any formation of a cycle then a deadlock will occur.

Thus the development of algorithms to handle graphs is of major interest in the field of computer science.

please mark me as brainlisit

Answered by rajan889168
0

Answer:

It is a two dimensional diagram it can be depicted connecting two values

USES: depict the relation between quantities

*formulate equation connecting the quantities

Similar questions