feat(graph): implement Tarjan's Bridge-Finding Algorithm (#7346)
* feat: implement Tarjan's Bridge-Finding Algorithm Adds a classic graph algorithm to find bridge edges in an undirected graph in O(V + E) time. * style: format 2D arrays in TarjanBridgesTest --------- Co-authored-by: Deniz Altunkapan <[email protected]>
K
Keykyrios committed
227355e313627fb0394914cd7255c83c0e469beb
Parent: 92d4702
Committed by GitHub <[email protected]>
on 3/28/2026, 9:56:47 AM