Can someone share the details to construct the bridge tree provided we have the bridges? I have already seen the quora link for bridge tree but cannot understand as it uses edge list representation of graph which I don't know.
I know how to find bridges and need to perform dfs on the bridge tree, but how to construct it. Someone please help.