// the timestamp when node was found (when started to visit its subtree) found[node] = start[node]; // the minimum accessible timestamp that node can see/access low_link[node] = min { found[x] | x is node OR x in ancestors(node) OR x in descendants(node) };