We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4da53 commit 0c2139dCopy full SHA for 0c2139d
Kruskal/js/Methods.js
@@ -54,6 +54,7 @@ function removeConnectedNodes() {
54
}
55
function numberOfNodes(value) {
56
viewer.resetMyAll();
57
+ totalWeight = 0;
58
drawGraph(value);
59
startKruskal();
60
Kruskal/js/Methods.ts
@@ -67,6 +67,7 @@ function removeConnectedNodes() {
67
68
function numberOfNodes(value: number) {
69
70
71
72
73
0 commit comments