You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In traversals we use dir=[:in,:out] to tell functions to use in or out neighbors. We should probably have a more systematic approach based on a type like ReverseGraph{G} <: AbstractGraph. This came up in #36 where you have a symmetry in the algorithm that is invariant to the direction.
The text was updated successfully, but these errors were encountered:
In traversals we use
dir=[:in,:out]
to tell functions to use in or out neighbors. We should probably have a more systematic approach based on a type likeReverseGraph{G} <: AbstractGraph
. This came up in #36 where you have a symmetry in the algorithm that is invariant to the direction.The text was updated successfully, but these errors were encountered: