From ee0999ad05fdf74a00203bd4e1bbbc317f654121 Mon Sep 17 00:00:00 2001 From: bbod Date: Mon, 30 Mar 2020 15:18:20 -0600 Subject: [PATCH] Auto Commit --- HW10/MakePermutationMatrix.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HW10/MakePermutationMatrix.cpp b/HW10/MakePermutationMatrix.cpp index 1b26ff4..2dafb33 100644 --- a/HW10/MakePermutationMatrix.cpp +++ b/HW10/MakePermutationMatrix.cpp @@ -13,7 +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() <