ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1878. Rubinchik's Cube

AC approach
Posted by Anatoly 21 Feb 2012 23:11
Brute force algo is just 4^5 actions. So, you can don't think about logical solution :)
Re: AC approach
Posted by Andrew Sboev 30 May 2012 19:46
He-he, I could not understand how to solve it by bruteforce algo, because my bruteforce doesnt't pass some tests :) Logical algo is very simple.

Edited by author 02.06.2012 15:45
Re: AC approach
Posted by Soucup Adrian 29 Jun 2012 20:50
Brute force algo can be done in 2^4 steps and works.
Re: AC approach
Posted by Andrew Sboev 30 Jun 2012 21:03
Hmm, my logical algo takes also 16 operations. Four iterations of cycle with four operations  in each iteration.

Edited by author 30.06.2012 21:04