Search:

Type: Posts; User: Jurgen

Search: Search took 0.23 seconds.

  1. Re: Write a method that searches the BST for a given input

    This is what i've done until now but is totaly wrong i think, it's not even compiling



    public void showRadius(String nam)
    {
    System.out.println("The corresponding size is:...
  2. Write a method that searches the BST for a given input

    Hi I have the following method to write

    Write a method that searches the BST for a given input element name and return the corresponding element size. The method returns a double rounded to two...
  3. Replies
    9
    Views
    2,959

    Re: Hello everybody nice to meet you all.

    Well i finally solved the problem but thank you for your interest.
  4. Replies
    9
    Views
    2,959

    Re: Hello everybody nice to meet you all.

    Can you make an evaluation of the method and tell me what causes me to not reach the largest number?
  5. Re: How to find the larget number on binary search tree

    Actually i made some changes, this time i point only on the right nodes but again i can't find the largest number instead the second most largest number appears! I'm not sure what the mistake is,...
  6. Replies
    9
    Views
    2,959

    Re: Hello everybody nice to meet you all.

    Sorry about the double post but i'm really nervous about this assignment. As i was telling, at the beginning i thought i found the solution by doing this :


    private double FindMaxElement(TreeNode...
  7. How to find the larget number on binary search tree

    This days I'm working on one assigment that has as purpose to create a Binary Search Tree that read a text files(which contains a String name and a double number) and implements some methods....
  8. Replies
    9
    Views
    2,959

    Re: Hello everybody nice to meet you all.

    Unfortunately not yet, I understood what was the problem but I can't figure out what to change in order to work properly, can you make an example so that I can see how to manage the return values so...
  9. Replies
    9
    Views
    2,959

    Re: Hello everybody nice to meet you all.

    Thank you for the guidance, I'm new in the forum and a little confused at the moment :o
  10. Replies
    9
    Views
    2,959

    Hello everybody nice to meet you all.

    The main reason that i registered in this forum is to learn and communicate with other java programmers. This days I'm working on one assigment that has as purpose to create a Binary Search Tree that...
Results 1 to 10 of 10