From 76e45ff6807de8308406ccb92a41e060cef8f07b Mon Sep 17 00:00:00 2001 From: bbod Date: Mon, 30 Mar 2020 15:15:34 -0600 Subject: [PATCH] Auto Commit --- HW10/MakePermutationMatrix.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/HW10/MakePermutationMatrix.cpp b/HW10/MakePermutationMatrix.cpp index c1583e7..1b26ff4 100644 --- a/HW10/MakePermutationMatrix.cpp +++ b/HW10/MakePermutationMatrix.cpp @@ -13,6 +13,7 @@ std::vector MakePermutationMatrix::MakePermutation(std::vector sou std::sort(source.begin(), source.end()); std::vector myPerm = source; std::vector nextPerm = source; + std::cout << myPerm.size() <