How to apply Double Dispatch and not store necessary structures in Visitor?
The task is “write code that looks for strong connectivity components in a graph”. Here is how the code itself looks like:
The task is “write code that looks for strong connectivity components in a graph”. Here is how the code itself looks like: