Human Resource Machine – Years 20 to 41

Multiplication Workshop [Year 20]

For each two things in the INBOX, multiply them, and OUTBOX the result. Don’t worry about negative numbers for now.

Size (15)

Speed (109)

Zero Terminated Sum [Year 21]

Add together all the numbers in each string. When you reach the end of a string (marked by a ZERO), put your sum in the OUTBOX. Reset and repeat for each string.

Size (10) and Speed (72)

Fibonacci Visitor [Year 22]

For each thing in the INBOX, send to the OUTBOX the full Fibonacci Sequence up to, but not exceeding that value. For example, if INBOX is 10, OUTBOX would be 1 1 2 3 5 8.
1 1 2 3 5 8 13 21 34 55 89 …

Size (19) and Speed (156)

The Littlest Number [Year 23]

For each zero terminated string in the INBOX, send to the OUTBOX only the SMALLEST number you’ve seen in that string. You will never be given an empty string. Reset and repeat for each string.

Size (13) and Speed (25)

Mod Module [Year 24]

For each two things in the INBOX, OUTBOX the remainder that would result if you had divided the first by the second. Don’t worry, you don’t actually have to divide. And don’t worry about negative numbers for now.

Size (12) and Speed (57)

Cumulative Countdown [Year 25]

For each thing in the INBOX, OUTBOX the sum of itself plus all numbers down to zero. For example, if INBOX is 3, OUTBOX should be 6, because 3+2+1=6.

Size (12) and Speed (82)

Small Divide [Year 26]

For each two things in the INBOX, how many times does the second fully fit into the first? Don’t worry about negative numbers, divide by 0, or remainders.

Size (15) and Speed (76)

Three Sort [Year 28]

For each THREE THINGS in the INBOX, send them to the OUTBOX in order from smallest to largest.

Size (34)

Speed (78)
Storage Floor [Year 29]

Imagine each thing in the INBOX is an address. And each address refers to a tile 0-9 on the floor. Your task: For each address in the INBOX, pick up the letter at that address and OUTBOX it.

Size (5) and Speed (25)
String Storage Floor [Year 30]
Size (x) and Speed (x)
String Reverse [Year 31]
Size (x) and Speed (x)
Inventory Report [Year 32]
Size (x) and Speed (x)
Vowel Incinerator [Year 34]
Size (x) and Speed (x)
Duplicate Removal [Year 35]
Size (x) and Speed (x)
Alphabetizer [Year 36]
Size (x) and Speed (x)
Scavenger Chain [Year 37]
Size (x) and Speed (x)
Digit Exploder [Year 38]
Size (x) and Speed (x)
Re-Coordinator [Year 39]
Size (x) and Speed (x)
Prime Factory [Year 40]
Size (x) and Speed (x)
Sorting Floor [Year 41]
Size (x) and Speed (x)

Swaggers

I’ve been a pretty hardcore gamer since the Xbox 360 came out. I’m was top 10 on TA for all Xbox ONE games for gamerscore. I created this site to house all my YouTube guide videos and everything else video game related we can come up with.

Twitter YouTube  

Posted in Switch Guides.

Leave a Reply