What is the space complexity of the Dijkstra algorithm?

1 answer

Answer

1187559

2026-03-07 11:30

+ Follow

The space complexity of the Dijkstra algorithm is O(V), where V is the number of vertices in the graph.

ReportLike(0ShareFavorite

Copyright © 2026 eLLeNow.com All Rights Reserved.