Search:

Type: Posts; User: Exoskeletor

Search: Search took 0.13 seconds.

  1. Replies
    2
    Views
    3,440

    Re: Problem with binary tree

    yes you was right,. i have fix this.
    now i want with this code to be able to delete nodes. i have try to do it but i cant set value null. how i can delete a node? for example i want to delete the...
  2. Replies
    2
    Views
    2,011

    Re: Need some help

    i think this System.out.println("When your two fractions are added, they equal: "ratAdd); and the below should be System.out.println("When your two fractions are added, they equal: " + ratAdd);
  3. Replies
    2
    Views
    3,440

    Problem with binary tree

    hello guys. Im trying to make a searching binary tree. i have problem with my code. i have t classes

    public class BinaryTreeTest {

    public static void main(String[] args) {
    ...
Results 1 to 3 of 3