Dijkstra and Shortest Path Algorithms - Implementations in C++ - Case Studies

Download Q&A
Q. In Dijkstra's algorithm, what data structure is commonly used to keep track of the minimum distance to each vertex?
  • A. Array
  • B. Stack
  • C. Priority Queue
  • D. Linked List
Q. What is the initial distance value assigned to the source vertex in Dijkstra's algorithm?
  • A. Infinity
  • B. 0
  • C. 1
  • D. Negative Infinity
Q. Which of the following algorithms is similar to Dijkstra's algorithm?
  • A. A* Search Algorithm
  • B. Bubble Sort
  • C. Depth-First Search
  • D. Binary Search
Showing 1 to 3 of 3 (1 Pages)
Soulshift Feedback ×

On a scale of 0–10, how likely are you to recommend The Soulshift Academy?

Not likely Very likely