<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I can&#39;t seem to wrap my head around implementing a BFS Visitor and color<br>

map required by the breadth_first_visitor function.<br>
<br>
I want to use it to find connected parts of a graph and after the<br>
algorithm has run I plan to clear all white nodes.<br>
<br>
If anyone could provide me with a code example or link to one<br>
implementing really only default behaviour I&#39;d appreciate it immensely.<br>
</blockquote><div><br>Which part is causing trouble: the implementation of the visitor or the creation of a color map? Creating exterior properties can be a bit tricky, and the method used depends entirely on the type of your graph.<br>
<br>Post code usually results in better answers.<br>&nbsp;</div></div>Andrew Sutton<br><a href="mailto:andrew.n.sutton@gmail.com">andrew.n.sutton@gmail.com</a><br>

