Search:

Type: Posts; User: lex25288

Search: Search took 0.07 seconds.

  1. Replies
    3
    Views
    2,752

    Re: Binary Search Tree

    It all goes smooth except for removeHigh... which doesn't seem to do anything...

    here's the tester I used



    public static void main(String[] x){
    BSTImpl dic = new BSTImpl();
    ...
  2. Replies
    3
    Views
    2,752

    Binary Search Tree

    hi, I'm new to this forum, so first of all I think I should introduce myself, hi I'm lex.... So basically the other day I was given the following assignment: 'Given the following interface (BST) and...
Results 1 to 2 of 2