Search:

Type: Posts; User: skoon

Search: Search took 0.14 seconds.

  1. Replies
    2
    Views
    2,806

    BackTracking in a maze

    Hello every body

    I'm creating a program that generates a random maze depending on the starting point you enter and then solves it. My problem is that even thought there is a solution to the maze,...
  2. Replies
    6
    Views
    1,846

    Re: problem with a maze program

    X - SOLID WALL (no passage allowed)
    O - PATH (passage allowed)
    . - TRAVELED (path traveled to find the exit)
  3. Replies
    6
    Views
    1,846

    problem with a maze program

    I am new to programming, so please accept my apologies if this question is simple.

    I'm creating a program that generates a random maze depending on the starting point you enter.

    I did every...
  4. Thread: help, help

    by skoon
    Replies
    4
    Views
    985

    Re: help, help

    the program should find the firs name in the stack that starts with the letter 'A'

    the problem is that the program is getting in an infinite loop
  5. Thread: help, help

    by skoon
    Replies
    4
    Views
    985

    help, help

    I am new to programming, so please accept my apologies if this question is simple.

    My teacher wants us to create a method that searches a stack for the name that comes first alphabetically and...
  6. Replies
    1
    Views
    1,619

    finding the most repeated name in a stack

    I am new to programming, so please accept my apologies if this question is simple.

    My teacher wants us to create a method that searches a stack for the name that occurs most often and returns it
    ...
  7. Replies
    2
    Views
    1,223

    finding the most repeated name in a stack

    I am new to programming, so please accept my apologies if this question is simple.

    My teacher wants us to create a method that searches a stack for the name that occurs most often and returns it
    ...
Results 1 to 7 of 7