Search:

Type: Posts; User: ayri

Search: Search took 0.07 seconds.

  1. Thread: Tree problem

    by ayri
    Replies
    2
    Views
    1,252

    Re: Tree problem

    I am getting stack overflow error in move. Also some conditions is wrong.Can someone help me with algorithm here?
  2. Thread: Tree problem

    by ayri
    Replies
    2
    Views
    1,252

    Re: Tree problem

    I want to print it

    Elie
    -------2
    -----------4
    -------3
    -----------1
    -----------------2
    krikor
    --------elie
  3. Thread: Tree problem

    by ayri
    Replies
    2
    Views
    1,252

    Tree problem

    package project2;

    import java.util.ArrayList;
    import java.util.LinkedList;
    import java.util.List;

    public class Exercise {
    String krikor = "lolig";

    public Exercise() {
Results 1 to 3 of 3