Begin Fix Test MST

This commit is contained in:
2023-10-07 01:43:26 +02:00
parent 8c3864f3c8
commit fe5fead27e
3 changed files with 48 additions and 1 deletions

View File

@@ -108,6 +108,7 @@ namespace bayesnet {
}
g.kruskal_algorithm();
auto mst = g.get_mst();
g.display_mst();
return reorder(mst, root);
}