[Challenge] Cube the same result solver! | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

[Challenge] Cube the same result solver!

Yes guys, it's time for challenge. So lets begin! You have input of array with n numbers. each number will be from 1 to 6 (cube possible result). Desired output is minimum number of moves to get the same result on every cube (1 1 1 1 or 4 4 4, ...). By move I mean change the cube wall with the result to wall close by. Every number have opposite wall, which need 2 moves to get there. So 1 is opposite to 6, 2 opposite to 5 and 3 to 4. Let's get to the work! Good luck

29th Nov 2017, 7:49 AM
Bartek Nowacki
Bartek Nowacki - avatar
2 Answers
29th Nov 2017, 10:21 AM
Louis
Louis - avatar
0
yes it's dice. You throw 4 dice and you want the same value on them. the value can be anything. matters only that it needs to be the smallest number of move to get that result
29th Nov 2017, 9:13 AM
Bartek Nowacki
Bartek Nowacki - avatar