id,summary,reporter,owner,description,type,status,milestone,component,version,severity,resolution,keywords,cc 4343,"graph_theory_review/""Breadth-First Search"" omits starting vertex 's'",Jim Bell ,Andrew Sutton,"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). }}} ",Patches,closed,Boost 1.43.0,graph,Boost 1.44.0,Cosmetic,fixed,documentation,