Search:

Type: Posts; User: jeanmarc

Search: Search took 0.01 seconds.

  1. Replies
    19
    Views
    15,859

    I'm sorry for not responding earlier. I've a busy...

    I'm sorry for not responding earlier. I've a busy weekend so I won't be able to code anything 'til mon-tue. Anyway, I asked my lecturer and he was very vague regarding the solution, but he said...
  2. Replies
    19
    Views
    15,859

    Thanks for your answers. I actually wrote a few...

    Thanks for your answers. I actually wrote a few randomly picked starting positions and tried to solve them each by pen and paper. I managed to solve most of them (including the one given in my first...
  3. Replies
    19
    Views
    15,859

    Sounds interesting, could you please upload/paste...

    Sounds interesting, could you please upload/paste the source file?

    Anyway, I managed to solve a few random puzzles by employing the "corners first"-method, but a few I couldn't solve. Are all...
  4. Replies
    19
    Views
    15,859

    My first example was an example given within the...

    My first example was an example given within the assignment, so I didn't solve it my self (unfortunately). The idea with corners first sounds quite good, and I will definitely try that. Thanks!
  5. Replies
    19
    Views
    15,859

    My initial thought was to brute force...

    My initial thought was to brute force permutations to get the solution, but I don't know if this is really feasible. I mean, if we assume that no more than 10 transformations in a row are needed to...
  6. Replies
    19
    Views
    15,859

    I realize I should have clarified the different...

    I realize I should have clarified the different transformations from the beginning. Anyway:

    Start:
    1 2 3 4
    8 7 6 5

    A (switch rows):
    8 7 6 5
    1 2 3 4
  7. Replies
    19
    Views
    15,859

    Simple 2D rubiks cube algorithm.

    I'm trying to write a program that transforms a user given pattern into a standard pattern as follows:

    Standard:
    1 2 3 4
    8 7 6 5

    (imagine each number as a different colored square on a...
Results 1 to 7 of 7