19 Jan
2016
19 Jan
'16
12:59 a.m.
On Mon, Jan 18, 2016 at 7:16 PM, Nat Goodspeed
On Mon, Jan 18, 2016 at 8:54 AM, Daniel Hofmann
wrote:
For example this is a small breadth first search example I came up with:
where you can just iterate over the vertices in breadth first order, due to how the control flow is inverted.
Nice. I'm glad you're using the coroutine library's iterator support for range 'for'.
I meant to say, I also like your use of default_bfs_visitor. More elegant than my explicit visitor!