rubiks-cube Questions
13
If you were developing software to solve a Rubik's Cube, how would you represent the cube?
Radioelement asked 1/2, 2009 at 4:44
1
Solved
So I am trying to solve a Rubik's Cube by different algorithms using C++. I have tried the Iterative Deepening Search (IDS) and got it right but now I am stuck at A* algorithm.
I have done some re...
Irremeable asked 8/2, 2020 at 18:54
1
Solved
I'm trying to implement Korf's algorithm for solving 3x3x3 Rubik's Cube. Part of the solution is to create a pattern database.
This is quote from the paper that contains, literally, the whole info...
Gwenn asked 14/11, 2019 at 15:24
3
Solved
Is it possible Rubik's cube to be efficiently solved by genetic algorithms?
What kind of chromosome encoding should be used? How the crossover and mutation should be done?
I am using this model o...
Eteocles asked 17/3, 2016 at 18:12
7
Solved
What would be a relatively easy algorithm to code in Java for solving a Rubik's cube. Efficiency is also important but a secondary consideration.
Ezmeralda asked 30/8, 2009 at 21:30
2
Solved
Mr. Dum: Hello, I'm very stupid but I still want to solve a 3x3x3 Rubik's cube.
Mr. Smart: Well, you're in luck. Here is guidance to do just that!
Mr. Dum: No that won't work for me because I'm D...
Lizettelizotte asked 7/1, 2016 at 13:38
1
I want to write cubesolver for Rubik's cube of any size.
I know the way how cubes bigger than 3x3x3 can be solved:
First we need to solve the center (flat) fields of cube, so they will loo...
Naomanaomi asked 16/1, 2014 at 0:43
5
Solved
I'm developing an augmented reality application for Android that uses the phone's camera to recognise the arrangement of the coloured squares on each face of a Rubik's Cube.
One thing that I am un...
Blinker asked 5/3, 2010 at 22:32
2
Solved
I want to randomize a rubik's cube that is initialized as complete (all colors on the correct sides). I have move functions that rotate the cube. I want to randomly pick 50 functions in a row to pr...
Salmon asked 29/4, 2012 at 3:50
2
Solved
I'm using an exec() statement to set a value, like so:
foo = 3
def return_4():
return 4
instruction = 'foo = return_4()'
exec(instruction) # <---- WHERE THE MAGIC HAPPENS
print(foo)
This com...
Hedjaz asked 2/1, 2012 at 0:45
5
Solved
I am trying to develop a program for solving a Rubik's cube in C. I used back tracking technique for this. It is a very long process and it takes lot of iterations, so I'm not able to solve it.
Pl...
Mccomas asked 6/4, 2011 at 8:44
16
Solved
I'm looking for some good ideas for a simple 3d graphics program as my final project for an intro to computer graphics class. As for some background information, we'll be using opengl and wil...
Pedestrianize asked 10/10, 2008 at 23:31
1
© 2022 - 2025 — McMap. All rights reserved.