SHENZHEN I/O

SHENZHEN I/O

55 vurderinger
THE 99 HOLE
   
Pris
Føj til foretrukne
Gjort til foretrukken
Fjern som foretrukken
Filstørrelse:
Offentliggjort:
2.169 KB
3. dec. 2016 kl. 4:38
1 ændringsbemærkning ( vis )

Abonner for at downloade
THE 99 HOLE

Beskrivelse
Receive packets of data from alice and send them to bob.
Wait a minute. What's up with that 99 hole?

----------------------------------------------------------------------------------------------------

Check out my other puzzles!
41 kommentarer
Cocoa 11. aug. 2022 kl. 4:30 
Update: Optimized to 6/2990/16 and 14/2510/26.

Making a loop without jmp instruction can save a lot of power.
Cocoa 11. juli 2022 kl. 23:34 
Solved in 6/4148/16 (O(n) time) and 14/2836/26 (O(logn) time)

You can get 2 nops in only 1 instruction by using gen p1 0 0 . This can help you save your lines of code.
Cocoa 11. juli 2022 kl. 22:49 
Oh my god, if I map 1~26 to A~Z, the test case will be seen as a pangram:
1 17,21,9,3,11 2,18,15,23,14 6,15,24 10,21,13,16,19 15,22,5,18 20,8,5 12,1,26,25 4,15,7
A quick brown fox jumps over the lazy dog
Verdammte Heinz 4. juni 2022 kl. 7:28 
Solved it in 8/3994/19. Couldn't find the 6 cost solution yet, indeed need a nop like Brandonjohns96 to get the timing correct
craig 23. maj 2021 kl. 16:52 
Solved it for 13/155k/34. Ay yi yi!
Spoilers craved.
Syvinna 30. dec. 2019 kl. 7:52 
Awesome puzzle, I got the 6/4k5/17 one in the bag. Judging by the comments I could save a little more power but I am happy with the result :)
lisamariefan 11. feb. 2019 kl. 1:20 
8/4.3k/20 for my solution. I really like how you gotta think about how to get the message through.
Moonj64 4. nov. 2018 kl. 19:19 
Good puzzle. My personal solution was 14/4159/25 but after reading these comments, I think I might be overthinking it. Gotta try that 6 cost solution next
ebik 2. okt. 2018 kl. 15:33 
Nice puzzle, I got the 6/x/16 solution down to 4212 power. For the power optimized solution I use binary encoding, I got 14/2662/27 I wonder if @ipg uses same encoding or does some other clever optimisation.
spoonlimit 30. juli 2018 kl. 22:34 
Clever puzzle! Always fun to see ones that seem impossible at first.