+1 (218) 451-4151
glass
pen
clip
papers
heaphones

1. What does a splay tree look like if its entries are accessed in increasing order by their…

1. What does a splay tree look like if its entries are accessed in increasing order by their…

1. What does a splay tree look like if its entries are accessed in increasing order by their keys?2. Perform the following sequence of operations in an initially empty splay tree and draw the tree after each set of operations.a. Insert keys 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, in this order.b. Search for keys 1, 3, 5, 7, 9, 11, 13, 15, 17, 19, in this order.c. Delete keys 0, 2, 4, 6, 8, 10, 12, 14, 16, 18, in this order.