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
If we just have an iterator for the vertices, we would have to use .map{g.degreeOf(it)} or something similar every time we want to have the degree sequence.
Do we want to add both vertex- & degree-iterator or just one of them? @LucaStaus
We should add Iterators to the Traversal object that can iterate over all vertices in non decreasing and non increasing degree order.
The text was updated successfully, but these errors were encountered: