jonathanLV3286 jonathanLV3286 04-01-2024 Computers and Technology contestada In the Dijkstra algorithm, how to calculate intermediate distance values of all the nodes at each iteration? a) Using matrix multiplication b) Performing depth-first search c) Employing dynamic programming d) Utilizing priority queues