Page 2 of 2 <12
Topic Options
#212853 - 2017-11-08 06:14 PM Re: Kixgolf - Digital Root Clocks: Private Round [Re: Jochen]
Allen Administrator Offline
KiX Supporter
*****

Registered: 2003-04-19
Posts: 4545
Loc: USA
I meant my code is a mess
Top
#212854 - 2017-11-08 07:49 PM Re: Kixgolf - Digital Root Clocks: Private Round [Re: Allen]
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
Oo

Oh, misread that. Good luck wrangle the monster then 😱👹🤔💩
_________________________



Top
#212855 - 2017-11-08 08:21 PM Re: Kixgolf - Digital Root Clocks: Private Round [Re: Jochen]
Allen Administrator Offline
KiX Supporter
*****

Registered: 2003-04-19
Posts: 4545
Loc: USA
For anyone else who decides to play, the confusion for me was the alignment of the digital root numbers (89, 17, 8). In the following, the transitions between 17 and 8 are, 1 and off(=2), and 7 and 8(=3). I had incorrectly done it the opposite way, 1 and 8, and 7 and off.

 Code:
  Sam   Max
  7+6  (7+6)*2  
89
  5+2  (2+4)*2
17
  2+3  (7)*2
 8
    7
  =32   =52   result: 20


Hope this helps.

Top
#212856 - 2017-11-08 10:06 PM Re: Kixgolf - Digital Root Clocks: Private Round [Re: Allen]
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
 Originally Posted By: Allen
FFS... where's that golfer with the head exploding avatar when you need it


Head? This chap wishes it was only his head

_________________________



Top
#212857 - 2017-11-08 11:42 PM Re: Kixgolf - Digital Root Clocks: Private Round [Re: Jochen]
Allen Administrator Offline
KiX Supporter
*****

Registered: 2003-04-19
Posts: 4545
Loc: USA
HA!
Top
#212858 - 2017-11-09 02:32 PM Re: Kixgolf - Digital Root Clocks: Private Round [Re: Allen]
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
To tease you a bit more here are some quotes from this problems exclusive forum on the Project Euler website:

 Quote:
Recreational!

 Quote:
A very welcome diversion from problem No. 314


All right. I promise no more PE based problems to Golf on, from now on.
Next will need a lot more strokes to start with as we have a text based problem there, but the logic itself will be easy peasy ;\)
_________________________



Top
#212859 - 2017-11-09 06:17 PM Re: Kixgolf - Digital Root Clocks: Private Round [Re: Jochen]
Allen Administrator Offline
KiX Supporter
*****

Registered: 2003-04-19
Posts: 4545
Loc: USA
I've been working on this in my head. I hope to work on it again before the deadline, which appears to be on Sunday afternoon.
Top
#212860 - 2017-11-09 08:03 PM Re: Kixgolf - Digital Root Clocks: Private Round [Re: Allen]
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
I really feel a bit bad for you now \:\(

again, just examine Sam‘s transitions (where a change in digits occur) and sum these up...
More help would be unethical 👍


Edited by Jochen (2017-11-09 08:04 PM)
_________________________



Top
#212861 - 2017-11-10 10:47 PM Re: Kixgolf - Digital Root Clocks: Private Round [Re: Jochen]
ShaneEP Moderator Offline
MM club member
*****

Registered: 2002-11-29
Posts: 2125
Loc: Tulsa, OK
Im trying. Got I about half way working. Been really busy at work this week. Hopefully will get some kind of score on the board before timer runs out.
Top
#212862 - 2017-11-11 08:28 AM Re: Kixgolf - Digital Root Clocks: Private Round [Re: ShaneEP]
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
Woohoo!!

already thought I had to post my own code in public round.
That never happened before, so please you two guys, don‘t make it too embarassing for me
_________________________



Top
#212864 - 2017-11-12 02:18 AM Re: Kixgolf - Digital Root Clocks: Private Round [Re: Jochen]
ShaneEP Moderator Offline
MM club member
*****

Registered: 2002-11-29
Posts: 2125
Loc: Tulsa, OK
This is obviously not golfed down hardly at all...But figured any score was better than no score.

 Code:

KiXtart Version  = 4.67
KiXGolf Script   = kixgolf_drc.kix
Scoring Engine   = 3.3
OS               = Windows 10
CPU              = Intel Pentium III
Speed            = 2417 MHz
Memory           = 8192 MB

Tournament       = Digital Root Clocks
Processing Start = 2017/11/11 19:16:56.880
Processing End   = 2017/11/11 19:16:56.911
Duration         = 0000/00/00 00:00:00.030
# Tests Run      = 10
# Tests Passed   = 10
# Tests Failed   = 0
Result           = Passed
KiXGolf Score    = 685

Thank you for participating in KiXtart Golf!

Top
#212865 - 2017-11-12 02:35 AM Re: Kixgolf - Digital Root Clocks: Private Round [Re: ShaneEP]
ShaneEP Moderator Offline
MM club member
*****

Registered: 2002-11-29
Posts: 2125
Loc: Tulsa, OK
 Code:

KiXtart Version  = 4.67
KiXGolf Script   = kixgolf_drc.kix
Scoring Engine   = 3.3
OS               = Windows 10
CPU              = Intel Pentium III
Speed            = 2417 MHz
Memory           = 8192 MB

Tournament       = Digital Root Clocks
Processing Start = 2017/11/11 19:35:17.517
Processing End   = 2017/11/11 19:35:17.533
Duration         = 0000/00/00 00:00:00.015
# Tests Run      = 10
# Tests Passed   = 10
# Tests Failed   = 0
Result           = Passed
KiXGolf Score    = 561

Thank you for participating in KiXtart Golf!


Edited by ShaneEP (2017-11-12 02:39 AM)

Top
#212866 - 2017-11-12 02:39 AM Re: Kixgolf - Digital Root Clocks: Private Round [Re: ShaneEP]
ShaneEP Moderator Offline
MM club member
*****

Registered: 2002-11-29
Posts: 2125
Loc: Tulsa, OK
 Code:

KiXtart Version  = 4.67
KiXGolf Script   = kixgolf_drc.kix
Scoring Engine   = 3.3
OS               = Windows 10
CPU              = Intel Pentium III
Speed            = 2417 MHz
Memory           = 8192 MB

Tournament       = Digital Root Clocks
Processing Start = 2017/11/11 19:38:55.340
Processing End   = 2017/11/11 19:38:55.372
Duration         = 0000/00/00 00:00:00.032
# Tests Run      = 10
# Tests Passed   = 10
# Tests Failed   = 0
Result           = Passed
KiXGolf Score    = 541

Thank you for participating in KiXtart Golf!


Edited by ShaneEP (2017-11-12 02:39 AM)

Top
#212867 - 2017-11-12 03:01 AM Re: Kixgolf - Digital Root Clocks: Private Round [Re: ShaneEP]
ShaneEP Moderator Offline
MM club member
*****

Registered: 2002-11-29
Posts: 2125
Loc: Tulsa, OK
Probably the best I can do before the timer is up! Would probably have to start over to get it lower.
 Code:

KiXtart Version  = 4.67
KiXGolf Script   = kixgolf_drc.kix
Scoring Engine   = 3.3
OS               = Windows 10
CPU              = Intel Pentium III
Speed            = 2417 MHz
Memory           = 8192 MB

Tournament       = Digital Root Clocks
Processing Start = 2017/11/11 20:00:03.663
Processing End   = 2017/11/11 20:00:03.679
Duration         = 0000/00/00 00:00:00.016
# Tests Run      = 10
# Tests Passed   = 10
# Tests Failed   = 0
Result           = Passed
KiXGolf Score    = 540

Thank you for participating in KiXtart Golf!

Top
#212868 - 2017-11-12 03:01 AM Re: Kixgolf - Digital Root Clocks: Private Round [Re: ShaneEP]
ShaneEP Moderator Offline
MM club member
*****

Registered: 2002-11-29
Posts: 2125
Loc: Tulsa, OK
I'm sure there's a much more efficient way to do this. Show us how it's done Allen!
Top
#212872 - 2017-11-12 06:24 PM Re: Kixgolf - Digital Root Clocks: Private Round [Re: ShaneEP]
Jochen Administrator Offline
KiX Supporter
*****

Registered: 2000-03-17
Posts: 6380
Loc: Stuttgart, Germany
Private Round has ended.

plesase post your code there
_________________________



Top
Page 2 of 2 <12


Moderator:  Arend_, Allen, Jochen, Radimus, Glenn Barnas, ShaneEP, Ruud van Velsen, Mart 
Hop to:
Shout Box

Who's Online
2 registered (morganw, mole) and 415 anonymous users online.
Newest Members
gespanntleuchten, DaveatAdvanced, Paulo_Alves, UsTaaa, xxJJxx
17864 Registered Users

Generated in 0.036 seconds in which 0.011 seconds were spent on a total of 14 queries. Zlib compression enabled.

Search the board with:
superb Board Search
or try with google:
Google
Web kixtart.org