Write an array implementation of self-adjusting lists in a


a. Write an array implementation of self-adjusting lists. In a self-adjusting list, all insertions are performed at the front. A self-adjusting list adds a find operation, and when an element is accessed by a find, it is moved to the front of the list without changing the relative order of the other items.

b. Write a linked list implementation of self-adjusting lists.

c. Suppose each element has a fixed probability, pi, of being accessed. Show that the elements with highest access probability are expected to be close to the front.

Request for Solution File

Ask an Expert for Answer!!
C/C++ Programming: Write an array implementation of self-adjusting lists in a
Reference No:- TGS01602089

Expected delivery within 24 Hours