Skip to content

Commit 7c3bbc7

Browse files
committed
/p/51: Add link to all 1362 solvable tuples
1 parent ae4bb82 commit 7c3bbc7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_posts/2022/2022-05-25-programming-24-game.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ if (positive.size() > 1) { /* check for ones */ }
778778
779779
## Postface
780780
781-
The *4 Numbers* website provides a comprehensive list of all 1362 solvable quadruples from 1 to 13 (i.e. formed with a standard 52-card set). Just grab the page and do some HTML processing, and a good test suite is readily available.
781+
The *4 Numbers* website provides [a comprehensive list][4nums-list] of all 1362 solvable quadruples from 1 to 13 (i.e. formed with a standard 52-card set). Just grab the page and do some HTML processing, and a good test suite is readily available.
782782
783783
[Here][gist-cpp]’s the final version of the C++ code. It gives solutions to 1362 test cases where all of them are identical to those on the *4 Numbers* website.
784784
@@ -792,4 +792,5 @@ The problem originates from a course *Program Design II* where a friend of mine
792792
793793
[wp]: https://en.wikipedia.org/wiki/24_(puzzle)
794794
[4nums]: https://www.4nums.com/theory/
795+
[4nums-list]: https://www.4nums.com/solutions/allsolvables/
795796
[gist-cpp]: https://gist.github.com/iBug/ea958ca7f1270128d58b5176858d71cb

0 commit comments

Comments
 (0)