Forum: Puzzles
2020-12-03, 14:17
|
Replies: 21
Views: 1,324
Has anyone a link to a list of the number of...
Has anyone a link to a list of the number of eligible voters for each state of the USA and to the real-world non-simplified formula, how the electors are computed?
I found a list, how many voters...
|
Forum: Puzzles
2020-11-05, 08:55
|
Replies: 34
Views: 3,856
|
Forum: Puzzles
2020-10-21, 12:42
|
Replies: 34
Views: 3,856
|
Forum: Puzzles
2020-10-21, 06:47
|
Replies: 34
Views: 3,856
|
Forum: Puzzles
2020-10-14, 17:20
|
Replies: 34
Views: 3,856
|
Forum: Puzzles
2020-10-12, 16:33
|
Replies: 34
Views: 3,856
|
Forum: Puzzles
2020-10-06, 05:33
|
Replies: 34
Views: 3,856
|
Forum: Puzzles
2020-10-05, 20:56
|
Replies: 34
Views: 3,856
|
Forum: Puzzles
2020-10-05, 10:17
|
Replies: 34
Views: 3,856
It's no problem to write a code with 20 lines...
It's no problem to write a code with 20 lines (not using "chaos lines", of course) for the search of the gcd, if I take a>b>0 for granted, and to draw the control-flow graph. But the paths are...
|
Forum: Puzzles
2020-10-05, 08:13
|
Replies: 34
Views: 3,856
Can anyone explain to me
- why the ** in...
Can anyone explain to me
- why the ** in "**20** lines"?
- why the $ in "length $n$"?
- which other path than 10-20-30-40-70-90 is possible in the sample program?
- what will say "the number of...
|
Forum: Puzzles
2020-09-07, 05:43
|
Replies: 33
Views: 6,137
Needle in a haystack, computing times:
When...
Needle in a haystack, computing times:
When I fix a0,...e0,a1,...,e1,a2,...,e2, the code is able to make an exhaustive search of a3,...,e10. Usually it finds 40000...50000 valid games, needing 7...
|
Forum: Puzzles
2020-09-07, 01:23
|
Replies: 33
Views: 6,137
|
Forum: Puzzles
2020-09-05, 20:48
|
Replies: 33
Views: 6,137
|
Forum: Puzzles
2020-09-03, 15:38
|
Replies: 33
Views: 6,137
|
Forum: Puzzles
2020-09-03, 15:34
|
Replies: 33
Views: 6,137
|
Forum: Puzzles
2020-09-01, 11:05
|
Replies: 33
Views: 6,137
The example
0 -> 1, 3
1 -> 2, 4
2 ->...
The example
0 -> 1, 3
1 -> 2, 4
2 -> 0, 3
3 -> 1, 4
4 -> 0, 2
is consistent, and it has 5 automorphisms, but it isn‘t the usual „Rock-Paper-Scissors-Lizard-Spock" game.
|
Forum: Puzzles
2020-09-01, 10:54
|
Replies: 33
Views: 6,137
|
Forum: Puzzles
2020-09-01, 10:42
|
Replies: 33
Views: 6,137
|
Forum: Puzzles
2020-08-31, 15:08
|
Replies: 33
Views: 6,137
|
Forum: Puzzles
2020-08-02, 17:11
|
Replies: 3
Views: 2,351
For my understanding:
„(0,1,2) is a losing...
For my understanding:
„(0,1,2) is a losing position since the possible moves result in the positions (0,1,1) or (0,0,2)“
(0,1,2) can result in the position (0,0,1), too?
|
Forum: Puzzles
2020-07-21, 07:48
|
Replies: 6
Views: 3,519
|
Forum: Puzzles
2020-06-26, 12:28
|
Replies: 16
Views: 5,965
|
Forum: Puzzles
2020-06-25, 12:48
|
Replies: 16
Views: 5,965
Big numbers, not many solvers.
Can anyone...
Big numbers, not many solvers.
Can anyone check the following - it‘s not the solution, of course:
x = 2**7 * 5 * 23 * 127 * 659 * 53323 * 1876187 * 97544836889 * 665320793909
=...
|
Forum: Puzzles
2020-04-27, 20:35
|
Replies: 44
Views: 11,660
|
Forum: Puzzles
2020-04-27, 07:44
|
Replies: 44
Views: 11,660
|