sdboyer / gogl

A graph library in Go
MIT License
77 stars 13 forks source link

Introduce EachSuccessor, EachPredecessor enumerators #28

Closed sdboyer closed 10 years ago

sdboyer commented 10 years ago

these should be on a single atomic interface, maybe DirectedAdjacencyEnumerator, and then attached to the Digraph interface.

sdboyer commented 10 years ago

README's all up to date with this, so this is done