igraph-help
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[igraph] Space complexity of Dijkstra's algorithm


From: Vincent Labatut
Subject: [igraph] Space complexity of Dijkstra's algorithm
Date: Tue, 21 Feb 2017 17:59:27 +0100

Hello,

the time complexity of Dijkstra's algorithm, as implemented in igraph, is indicated in the documentation of the C version:
http://igraph.org/c/doc/igraph-Structural.html#igraph_shortest_paths_dijkstra

I would like to know, in addition, what the space complexity of this implementation is.
And I have the same question for this other function:
http://igraph.org/c/doc/igraph-Structural.html#igraph_average_path_length

Thanks,
Vincent

reply via email to

[Prev in Thread] Current Thread [Next in Thread]