Open In App

Top | MCQs on Graph Traversals with Answers | Question 28

Which data structure is commonly used to implement the navigation system in a mapping application, helping users find the shortest route between locations?

(A)



Heap

(B)



Stack

(C)

Graph

(D)

Queue


Answer: (C)
Explanation:

The data structure commonly used to implement the navigation system in a mapping application, helping users find the shortest route between locations, is a graph.

Hence Option (C) is the correct answer.

Quiz of this Question
Please comment below if you find anything wrong in the above post

Article Tags :
Uncategorized