Search:

Type: Posts; User: Scorks

Search: Search took 0.17 seconds.

  1. Replies
    2
    Views
    1,403

    Re: Binary Search Trees theory question?

    These answers are not in any particular order, so couldn't they ALL be binary search trees, once correctly put into a BST?
  2. Replies
    2
    Views
    1,403

    Binary Search Trees theory question?

    Suppose that a certain BST has keys that are integers between 1 and 10, and we search for 5. Which sequence below cannot be the sequence of keys examined?

    (a) 10,9,8,7,6,5
    (b) 4,10, 8, 6, 5 ...
Results 1 to 2 of 2