Add check graphs isomophism.

Changed some default styles.
This commit is contained in:
Oleg Sh
2021-01-31 17:23:22 +02:00
parent 81d224c428
commit 8c3e607d2c
16 changed files with 467 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
function FindConnectedComponentNew(graph, app)
{
BaseAlgorithm.apply(this, arguments);
this.connectedComponentNumber = 0;
this.connectedComponentNumber = 0;
this.component = {};
this.selectedObjects = [];
}