Split graph folder into graph and tree
This commit is contained in:
@@ -112,7 +112,7 @@ TEST_SUITE("Algorithm") {
|
||||
{5, {7}}
|
||||
};
|
||||
|
||||
CHECK_EQ(tree.adjMatrix, exp);
|
||||
CHECK_EQ(tree, exp);
|
||||
}
|
||||
|
||||
TEST_CASE("Roditty Zwick A1 T1 ") {
|
||||
|
||||
Reference in New Issue
Block a user