aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Sommrey <28217714+jo-37@users.noreply.github.com>2022-11-18 21:44:42 +0100
committerJörg Sommrey <28217714+jo-37@users.noreply.github.com>2022-11-18 21:44:42 +0100
commit9d64ac47fb2fbaa3a6dbe4ce01f74ef23533fa83 (patch)
treed15f6f2653a87f416b77b18b8bbe749c6b8d47f1
parent42825cb731c5bc9919fd8fd318dfacd0b2f79967 (diff)
downloadperlweeklychallenge-club-9d64ac47fb2fbaa3a6dbe4ce01f74ef23533fa83.tar.gz
perlweeklychallenge-club-9d64ac47fb2fbaa3a6dbe4ce01f74ef23533fa83.tar.bz2
perlweeklychallenge-club-9d64ac47fb2fbaa3a6dbe4ce01f74ef23533fa83.zip
compare to wxMaxima
-rwxr-xr-xchallenge-191/jo-37/perl/ch-2.pl2
1 files changed, 2 insertions, 0 deletions
diff --git a/challenge-191/jo-37/perl/ch-2.pl b/challenge-191/jo-37/perl/ch-2.pl
index 3d7c4c86fa..aca77d20f0 100755
--- a/challenge-191/jo-37/perl/ch-2.pl
+++ b/challenge-191/jo-37/perl/ch-2.pl
@@ -70,6 +70,8 @@ say count_cute(shift, $permanent);
# best of these attempts (that has more than twice the running time
# compared to the B-B-F-G implementation).
#
+# NB2: What a shame! wxMaxima finds the solution for N=28 in 5 min.
+#
# References:
# [1] http://oeis.org/A320843
# [2] https://en.wikipedia.org/wiki/Permanent_(mathematics)