diff options
| author | Jörg Sommrey <28217714+jo-37@users.noreply.github.com> | 2022-11-18 21:44:42 +0100 |
|---|---|---|
| committer | Jörg Sommrey <28217714+jo-37@users.noreply.github.com> | 2022-11-18 21:44:42 +0100 |
| commit | 9d64ac47fb2fbaa3a6dbe4ce01f74ef23533fa83 (patch) | |
| tree | d15f6f2653a87f416b77b18b8bbe749c6b8d47f1 /challenge-191 | |
| parent | 42825cb731c5bc9919fd8fd318dfacd0b2f79967 (diff) | |
| download | perlweeklychallenge-club-9d64ac47fb2fbaa3a6dbe4ce01f74ef23533fa83.tar.gz perlweeklychallenge-club-9d64ac47fb2fbaa3a6dbe4ce01f74ef23533fa83.tar.bz2 perlweeklychallenge-club-9d64ac47fb2fbaa3a6dbe4ce01f74ef23533fa83.zip | |
compare to wxMaxima
Diffstat (limited to 'challenge-191')
| -rwxr-xr-x | challenge-191/jo-37/perl/ch-2.pl | 2 |
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) |
