Forum: Puzzles
2020-02-06, 07:16
|
|
Replies: 20
Views: 18,145
So far, I got 15 different solutions.
The...
So far, I got 15 different solutions.
The speed of my code is approximately 1 solution / 3~4 hours.
(I used brute-force method with a little bit of optimization.)
Can I eventually get the...
|
Forum: Puzzles
2018-10-04, 07:08
|
|
Replies: 69
Views: 6,824
I tried to figure out more simple cases with...
I tried to figure out more simple cases with smaller numbers of points.
The results are shown below with minimum area.
Any ideas or intuitions can be derived from the simple cases?
3 points:...
|
Forum: Puzzles
2018-10-03, 16:24
|
|
Replies: 69
Views: 6,824
I think that using Brute-force method is not...
I think that using Brute-force method is not intended at all because the search space is too large even if an efficient algorithm is applied to remove the overlapped cases.
However, I still have...
|
Forum: Puzzles
2018-07-05, 02:21
|
|
Replies: 36
Views: 8,266
|
Forum: Puzzles
2016-10-18, 07:45
|
|
Replies: 37
Views: 19,477
1=5/(4*3/2-1), 1=(5-4+3)/2-1
2=5+4-3*2-1,...
1=5/(4*3/2-1), 1=(5-4+3)/2-1
2=5+4-3*2-1, 2=5/(4-3/2*1), 2=5*4+3-21
3=(5-4+3)/2+1, 3=-(54/3)+21
4=5*4/(3+2/1), 4=-5*4+3+21
5=5*4/(3+2-1), 5=5-4*(3-2-1)
6=5+4/(3+2-1)
7=5*(4-3)+2*1
8=5-4+3*2+1,...
|
Forum: Puzzles
2015-12-30, 04:39
|
|
Replies: 17
Views: 2,958
I am not sure that using rational numbers is...
I am not sure that using rational numbers is better than using integer numbers.
I guess rational numbers can be used to optimize the solution. (To get more asterisk - How many asterisks are...
|
Forum: Puzzles
2015-09-06, 01:43
|
|
Replies: 12
Views: 2,647
I think N=8 is the maximum for 4 teams. ...
I think N=8 is the maximum for 4 teams.
However, N=56 is possible for 8 teams. (Not Fibonacci strategy)
2, 3, 5, 8, 16, 24, 32, 56
I am trying to find N>56 cases for 8 teams...
|
Forum: Puzzles
2015-08-01, 03:13
|
|
Replies: 7
Views: 2,198
|
Forum: Puzzles
2015-07-29, 14:03
|
|
Replies: 7
Views: 2,198
I saw August 2015 problem yesterday,
and I...
I saw August 2015 problem yesterday,
and I tried to solve the problem with many different ways.
However, I could not figure out the solution.
If the loop is divided by two parts arbitrarily,...
|