Boost C++ Libraries: Ticket #4343: graph_theory_review/"Breadth-First Search" omits starting vertex 's' https://svn.boost.org/trac10/ticket/4343 <p> In the graph_theory_review page, under "Breadth-First Search", two references to <strong>s</strong> (the start vertex) are omitted. It reads... </p> <pre class="wiki">We start at vertex , and first visit r and w (the two neighbors of ). </pre><p> It should read... </p> <pre class="wiki">We start at vertex s, and first visit r and w (the two neighbors of s). </pre> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/4343 Trac 1.4.3 Jeremiah Willcock Mon, 14 Jun 2010 15:36:17 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/4343#comment:1 https://svn.boost.org/trac10/ticket/4343#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">fixed</span> </li> </ul> <p> (In <a class="changeset" href="https://svn.boost.org/trac10/changeset/62932" title="Fixed missing variables; fixes #4343">[62932]</a>) Fixed missing variables; fixes <a class="closed ticket" href="https://svn.boost.org/trac10/ticket/4343" title="#4343: Patches: graph_theory_review/&#34;Breadth-First Search&#34; omits starting vertex 's' (closed: fixed)">#4343</a> </p> Ticket