Human Resource Machine

Human Resource Machine

View Stats:
< blank > Oct 15, 2015 @ 9:59pm
Level 9 - Zero Preservation Initiative
Has anyone beaten the speed challenge which is 25 steps or less? I'm not looking for a solution or hints, but so far I've only been able to do it in 28 steps. I've been trying to figure it out for a while so I wanted to make sure it's wasn't a bug so I don't spend more time trying to figure out something that's unsolvable. Can anyone confirm please?
Last edited by < blank >; Oct 15, 2015 @ 9:59pm
< >
Showing 1-5 of 5 comments
Trebbinz Oct 15, 2015 @ 10:02pm 
yes
dgarcia42 Oct 15, 2015 @ 10:10pm 
There's a 5 instruction version that will complete in 25 steps. One optimization hint, read from the inbox before jumping. It saves you at least a round. Why? Because if you jump before inbox, on your last pass through it will be "jump | inbox" for 2 instructions, but if you inbox before you jump then on your last pass through it will be "inbox" for 1 instruction, et. voila! you've just saved a step :)
Dark Dev Oct 15, 2015 @ 10:21pm 
I completed it in 24 steps, but I completely sacrificed the amount of instructions I needed doing it. Remember, loops are actually very inefficient, one method of speeding up programming has always been to unravel a loop and just hardcode the instruction sequence over and over again.
Mroz Oct 15, 2015 @ 10:25pm 
Like dgarcia42 said sometimes it is very beneficial to start program in the middle of the code by using 1 jump which is executed only once and put the rest before inbox command so you ommit 1 necessary jump instruction between outbox and the next inbox
< blank > Oct 15, 2015 @ 10:51pm 
Got it completed. Thanks for the tips ladies and/or gentlemen, I wouldn't have figured it out on my own, but thanks to this one challenge I have a better understanding on code optimization.
< >
Showing 1-5 of 5 comments
Per page: 1530 50

Date Posted: Oct 15, 2015 @ 9:59pm
Posts: 5