understand Azkaban algorithm

Discussion in 'C' started by mariamMAB, Mar 11, 2012.

  1. mariamMAB

    mariamMAB New Member

    Joined:
    Feb 27, 2012
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    Azkaban algorithm is one of the algorithm that use to solve the mazes, I need to understand this algorithm
     
  2. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    Have you tried Googling it?
     
  3. mariamMAB

    mariamMAB New Member

    Joined:
    Feb 27, 2012
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    yes, and it givr me a page that contain many information but it not specify how exactly the miocromouse move in the maze

    - I know that we should divide the maze into rectangular and fill it with azkaban values but then why the micromouse move for example right not left although both of them are open points ???
     
  4. xpi0t0s

    xpi0t0s Mentor

    Joined:
    Aug 6, 2004
    Messages:
    3,009
    Likes Received:
    203
    Trophy Points:
    63
    Occupation:
    Senior Support Engineer
    Location:
    England
    Which page? "Azkaban algorithm" returns over 1 million hits (although most are probably about Harry Potter).

    But probably the answer to that question is that the mouse can't split and go down both exits simultaneously, so it will have to pick one direction, remember there was a choice, then come back later and try the other leg.
     
  5. mariamMAB

    mariamMAB New Member

    Joined:
    Feb 27, 2012
    Messages:
    10
    Likes Received:
    0
    Trophy Points:
    0
    Aha maybe I get it maybe it depend on the priority, maybe if I will program the micro mouse to go right as first priority option then it can return back if it didn't found the correct path
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice