In: Computer Science
●In this task, the quick sort algorithm selects the first element in the list as the pivot. Revise it by selecting the median among the first, middle, and last elements in the list.
● Write the algorithm for searching for entries using linear probing.
● Write the algorithm for removing entries using linear probing.
● Create a diagram similar to the one above that shows the hash table of size 11 after entries with the keys 34, 29, 53, 44, 120, 39, 45, and 40 are inserted, using separate chaining.
I am very confused, this task involves algorithms , hashing and sorting.
THANK YOU IN ADVANCE