public final class StronglyConnectedComponentsComputeUtils extends Object
The computation is an implementation of Tarjan's algorithm.
Ref: https://en.wikipedia.org/wiki/Tarjan%27s_strongly_connected_components_algorithm.
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.