mirror of
https://github.com/boostorg/graph.git
synced 2026-02-14 00:42:19 +00:00
updated a comment in kevin_bacon
[SVN r10582]
This commit is contained in:
@@ -112,8 +112,8 @@ main()
|
||||
}
|
||||
|
||||
{
|
||||
// Use Dijkstra's shortest paths algorithm to calculate the Bacon
|
||||
// numbers of all the actors in our graph.
|
||||
// Use the BFS algorithm to calculate the Bacon numbers of all the
|
||||
// actors in our graph.
|
||||
|
||||
std::vector<int> bacon_number( num_vertices(g) );
|
||||
std::vector<Vertex> predecessor( num_vertices(g) );
|
||||
|
||||
Reference in New Issue
Block a user