Imagine that the following operations are performed on an initially empty splay tree: Insert(10), Insert(1), Insert (7),
Posted: Mon May 09, 2022 5:59 am
Imagine that the following operations are performed on an initially empty splay tree: Insert(10), Insert(1), Insert (7), Insert (4), Insert (5), Insert (13), Find (4). Show the state of the splay tree after performing each of the above operations. Be sure to label each of your trees with what operations you have just completed.