SIGN IN SIGN UP

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 <deniz.altunkapan@outlook.com>
K
Keykyrios committed
227355e313627fb0394914cd7255c83c0e469beb
Parent: 92d4702
Committed by GitHub <noreply@github.com> on 3/28/2026, 9:56:47 AM