Search:

Type: Posts; User: sachitha

Search: Search took 0.01 seconds.

  1. deleting all nodes of a binary search tree...

    to delete all the nodes of a binary search tree (using the 'post order traversal") i have used the following coding...
    even though it does delete all the nodes of the binary search tree, it gives an...
  2. oophs...i was referring to a 'Binary search tree'...

    oophs...i was referring to a 'Binary search tree' indeed. Thank you for the help! And sorry if i have confused anyone.
  3. in my coding i'm not comparing the values b'coz...

    in my coding i'm not comparing the values b'coz im using part of the 'Inorder' traversing coding. So i thought because of that i'll naturally be getting the Minimum and the maximum values in the way...
  4. hmm...i'm a little confused now with the last...

    hmm...i'm a little confused now with the last coding that was posted to this thread
    ??
    i went through it now. It does work for the findMin(to find the minimum) right??
  5. binary trees-finding the maximum and min. value

    are the following coding correct for finding the maximum value of a binary tree and to find the minimum value of a bin. tree??????

    to find the maximum value:
    int Tree::findMax(Node* localroot)
    {...
  6. Replies
    2
    Views
    1,883

    creating objects in c++

    what exactly are the differences in the following??
    like to create a array of XX objects is
    XX obj[3];

    What does it mean by the following?
    1. creating an array of XX object pointers
    2....
  7. Replies
    7
    Views
    8,833

    Quick sort VS Merge Sort

    what are the advantages and disadvantages of using quick sort over merge sort and vice versa??
Results 1 to 7 of 7