lindapamg

Results 2 issues of lindapamg

loss some edges when I use biconnected_components function start=[1,1,2,2,2,3,4,4,5,5,7,7,8,8,9,9,10,10,12,12,1,2,3] destination=[2,4,4,5,3,5,7,8,7,8,9,10,9,10,11,12,12,13,13,11,11,12,13] graph_s=SimpleWeightedGraph(start,destination,collect(1:23)) bi_components= biconnected_components(graph_s) ![image](https://user-images.githubusercontent.com/89230210/132127500-79867def-8783-4f8c-9b08-6cd14cf25fdb.png) ![image](https://user-images.githubusercontent.com/89230210/132127508-14b50707-01f6-4c0e-8ed7-90741e59141f.png) loss four edges

bug

lossing part of edges when I use this function to find bi_components