what does the "rotation" exactly mean in the problem?
who can explain the sample in the problem description? why say (c) and (d) is in one class?
thx a lot!
10877 - Diceoids
Moderator: Board moderators
-
- A great helper
- Posts: 481
- Joined: Sun Jun 19, 2005 1:18 am
- Location: European Union (Slovak Republic)
Re: 10877
Here you have the cube (d):mysword wrote:what does the "rotation" exactly mean in the problem?
who can explain the sample in the problem description? why say (c) and (d) is in one class?
thx a lot!
Code: Select all
+-+
|4|
+-+-+-+-+
|5|1|2|6|
+-+-+-+-+
|3|
+-+
Code: Select all
+-+
|5|
+-+-+-+-+
|3|1|4|6|
+-+-+-+-+
|2|
+-+
Code: Select all
+-+
|5|
+-+-+-+-+
|6|3|1|4|
+-+-+-+-+
|2|
+-+