Search:

Type: Posts; User: kovynjd2010

Search: Search took 0.11 seconds.

  1. Replies
    2
    Views
    2,731

    Re: Maze Solver with Stacks

    When I run it, my pc starts to freeze up like it's in an infinite loop so I have no clue what it does correctly. I don't know how to make it walk the maze while pushing and popping the stack.
  2. Replies
    2
    Views
    2,731

    Maze Solver with Stacks

    I need to create a maze solver using a stack (not recursively). The maze always starts at [0][0] and ends at [mazeSize-1][mazeSize-1]. 0=open path, 1=wall.
    How can I make my program walk the maze...
Results 1 to 2 of 2