Search:

Type: Posts; User: Norm

Search: Search took 0.08 seconds.

  1. Replies
    18
    Views
    1,434

    Re: Help in printing trees

    First line: Print some spaces and then the root node and then the new line character.
    Second line: spaces Node spaces node spaces node spaces node new line
    etc
    If you understand where the node's...
  2. Replies
    18
    Views
    1,434

    Re: Help in printing trees

    This looks like you need to take a piece of paper and mark where the output should go on each line.
    Then come up with an equation to compute the number of leading spaces and the number of...
  3. Replies
    18
    Views
    1,434

    Re: Help in printing trees

    The print outs need to have the required number of leading spaces and intervening spaces.
    This looks like you need to take a piece of paper and mark where the output should go on each line.
    Then...
  4. Replies
    18
    Views
    1,434

    Re: Help in printing trees

    You don't say if that is the output you are looking for?
    If not, please explain what is wrong with it and show how you want it to look.


    What is the posted code supposed to do? Half of it is...
  5. Replies
    18
    Views
    1,434

    Re: Help in printing trees

    Still waiting for questions about the problems you are having writing the code.
  6. Replies
    18
    Views
    1,434

    Re: Help in printing trees

    Where are your questions?

    Please wrap your code in code tags. See Go Advanced and the # icon
  7. Replies
    18
    Views
    1,434

    Re: Help in printing trees

    Please post your code with your questions about how to code the algorithm you are trying to implement.
Results 1 to 7 of 7