[Boost-bugs] [Boost C++ Libraries] #4343: graph_theory_review/"Breadth-First Search" omits starting vertex 's'

Subject: [Boost-bugs] [Boost C++ Libraries] #4343: graph_theory_review/"Breadth-First Search" omits starting vertex 's'
From: Boost C++ Libraries (noreply_at_[hidden])
Date: 2010-06-14 12:44:54


#4343: graph_theory_review/"Breadth-First Search" omits starting vertex 's'
----------------------------------------+-----------------------------------
 Reporter: Jim Bell <jim@…> | Owner: asutton
     Type: Patches | Status: new
Milestone: Boost 1.43.0 | Component: graph
  Version: Boost 1.44.0 | Severity: Cosmetic
 Keywords: documentation |
----------------------------------------+-----------------------------------
 In the graph_theory_review page, under "Breadth-First Search", two
 references to '''s''' (the start vertex) are omitted. It reads...

 {{{
 We start at vertex , and first visit r and w (the two neighbors of ).
 }}}
 It should read...
 {{{
 We start at vertex s, and first visit r and w (the two neighbors of s).
 }}}

-- 
Ticket URL: <https://svn.boost.org/trac/boost/ticket/4343>
Boost C++ Libraries <http://www.boost.org/>
Boost provides free peer-reviewed portable C++ source libraries.

This archive was generated by hypermail 2.1.7 : 2017-02-16 18:50:03 UTC