2
0
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:
Jeremy Siek
2001-07-10 14:54:58 +00:00
parent 32166306cc
commit 5e537cd741
3 changed files with 36 additions and 26 deletions

View File

@@ -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) );