Implementations of Algorithms as found in ETHZ's "Algorithmen und Wahrscheinlichkeit" (Algorithms and Probability).
(Disclaimer: This repository is not associated with anyone responsible for the course!)
Implements (Tarjan's) algorithm, not introduced as such in the lecture, on an undirected connected graph.
An attempt, in Java, at the Algorithmic Challenge Problem located here. It is unlikely to come to fruition ...