Does anybody have any idea on how to model a rubix cube in an array? I can’t seem to think of a way?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The source code for this one is available:
Your in luck, it’s Java. 🙂
This paper shows different ways to model the cube –
http://portal.acm.org/citation.cfm?id=801107&coll=portal&dl=ACM
and another exploratory paper…
http://www.chilton.com/~jimw/rubik.html
but a simple answer would be a 3x3x3 array with 3 digits.