findBridges

fun <T : Comparable<T>> findBridges(g: Graph<T>): Pair<Array<Edge<T>>, Array<TreeSet<Int>>>