mirror of
https://github.com/guilhermewerner/paa
synced 2025-06-16 13:34:18 +00:00
Brute force fail
This commit is contained in:
@ -11,8 +11,11 @@ int main()
|
||||
g1->InsertD(2, 0);
|
||||
g1->InsertD(2, 3);
|
||||
|
||||
cout << "-- TRANSITIVE CLOSURE --\n\n";
|
||||
g1->TransitiveClosure();
|
||||
cout << "-- PERMUTATIONS --\n\n";
|
||||
g1->Permute();
|
||||
|
||||
//cout << "-- TRANSITIVE CLOSURE --\n\n";
|
||||
//g1->TransitiveClosure();
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user