MINI #3: due midnight Sept 30. 1. (a) Draw the result of inserting the letters A,B,C,D,E,F into an empty B-tree with t=2 (i.e., a 2-3-4 tree). (For instance, if we stopped after the first two inserts, your tree would just be a single node with letters A and B in it.) Feel free to do an ascii drawing like the kind in the lecture notes. (b) Continue with the example in (a) by showing the result after inserting G,H,I 2. (a) Draw a treap containing the following (key, priority) pairs: (a 4), (b 6), (c 1), (d 3), (e 0), (f 5), (g 8), (h 2), (i 7) (b) It turns out that so long as the keys and priorities are all distinct, there is only one treap consistent with any set of (key, priority) pairs. Prove this by induction.