[DEV] add v1.76.0

This commit is contained in:
2021-10-05 21:37:46 +02:00
parent a97e9ae7d4
commit d0115b733d
45133 changed files with 4744437 additions and 1026325 deletions

View File

@@ -1,10 +1,10 @@
An undirected graph:
0 <--> 1 4
1 <--> 0 4
2 <--> 5
3 <-->
4 <--> 1 0
5 <--> 2
0 <--> 1 4
1 <--> 0 4
2 <--> 5
3 <-->
4 <--> 1 0
5 <--> 2
representative[0] = 1
representative[1] = 1
@@ -13,6 +13,6 @@ representative[3] = 3
representative[4] = 1
representative[5] = 5
component 0 contains: 1 4 0
component 1 contains: 3
component 2 contains: 5 2
component 0 contains: 1 4 0
component 1 contains: 3
component 2 contains: 5 2