aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
  • Computer Science (GATE Exam) 2006 - Previous Question Paper Solution
  • To implement Dijkstra's shortest path algorithm on un wei...
Multiple choice

To implement Dijkstra's shortest path algorithm on un weighted graphs so that it runs in linear time, the data structure to be used is:

  1. Queue

  2. Stack

  3. Heap

  4. B-Tree

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Keep practicing — related questions

  • The data structures needed to implement Dijkstra's algorithm are
  • Let G (V,E) an undirected graph with positive edge weights. Dijkstra's single source-shortes path algorithm...
  • Dijkstra's algorithm is an example of which of the following data structures?
  • In an unweighted, undirected connected graph, the shortest path from a node S to every other node is comput...
  • In an unweighted, undirected connected graph, the shortest path from a node S to every other node is comput...
  • Which of the following data structures is used by the Breadth First Search algorithm to store intermediate ...
  • Which of the following algorithms used for GSM security is an encryption algorithm that scrambles the users...
  • Which of the following classes performs asymmetric encryption and decryption using the CAPI implementation ...
Play the full quiz 🎤 Practise this topic out loud
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy