![]() |
|
|
#12 |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
3×5×137 Posts |
Just submitted my solution. For the record the solutions don't seem abundant. A 53 character limit means there can be only one hyphen.
Brute force does not seem to be the correct approach. |
|
|
|
|
|
#13 | |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
11·347 Posts |
Quote:
I await further understanding... Edit: I am currently letting my program run. It is nowhere near finishing, but it has found over 13000 strings at about ten minutes. Last fiddled with by EdH on 2017-05-01 at 21:20 |
|
|
|
|
|
|
#14 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
I made an error in my own solution but logic dictates that solutions come in pairs. I came up with my solution using notepad and a few logically reasoned ideas.
|
|
|
|
|
|
#15 | |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
40078 Posts |
Quote:
2 instances of each letter are required to establish a gap equal to the priority of the letter 2 x 26 = 52 Number of hyphens in a 53 character string = 53 - 52 = 1 |
|
|
|
|
|
|
#16 | |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
11×347 Posts |
Quote:
-one hyphen -two As separated by one character, as in AEA -two Bs separated by two characters, as in BIEB -two Cs separated by three characters, as in CGB-C -... -two Zs separated by twenty-six characters, (no example given due to challenge) -all strings are 53 characters long In about 25 minutes time elapsed, my program has logged over 30,000 such strings into its output file. |
|
|
|
|
|
|
#17 | |
|
"Robert Gerbicz"
Oct 2005
Hungary
22×7×53 Posts |
Quote:
|
|
|
|
|
|
|
#18 |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
73518 Posts |
And that may be where I am not doing this properly by writing a program rather than reasoning it out...
|
|
|
|
|
|
#19 |
|
"Ed Hall"
Dec 2009
Adirondack Mtns
1110111010012 Posts |
Thanks! I sent an email with the first ten and the program. I'm just letting it run wild ATM to see what turns up, and to see if I might find a solution with only 52 characters (no hyphen) in a reasonable time.
Last fiddled with by EdH on 2017-05-01 at 21:45 Reason: clarification |
|
|
|
|
|
#20 | |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
3×5×137 Posts |
Quote:
My statement about the abundance is just an estimate based on nothing mathematical. Essentially a guess. I don't think there are thousands of solution, but I could very easily be wrong about that. |
|
|
|
|
|
|
#21 |
|
"Forget I exist"
Jul 2009
Dumbassville
26·131 Posts |
I wish I could give a few hints that may not ruin the puzzle. oh and for a1call technically any solutions reverse is also a solution ...
Last fiddled with by science_man_88 on 2017-05-01 at 22:00 |
|
|
|
|
|
#22 | |
|
"Rashid Naimi"
Oct 2015
Remote to Here/There
3×5×137 Posts |
Quote:
![]() The only reason I moved to manually finding a solution is because there was not a chance my brute force program would find a solution in my lifetime. |
|
|
|
|
![]() |
| Thread Tools | |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| October 2017 | Xyzzy | Puzzles | 9 | 2017-11-07 15:18 |
| August 2017 | Batalov | Puzzles | 15 | 2017-09-05 03:47 |
| July 2017 | R. Gerbicz | Puzzles | 6 | 2017-08-08 22:58 |
| June 2017 | R. Gerbicz | Puzzles | 14 | 2017-07-03 20:01 |
| 2017 | LaurV | Lounge | 17 | 2017-01-01 15:22 |