Give time to compute the three operations: insertion, successful search and unsu
ID: 3650168 • Letter: G
Question
Give time to compute the three operations: insertion, successful search and unsuccessful search with the following data structures:a linked list of elements non-tries,
a red-and-black tree,
a hash table with linear probing (filling factor <3 = 4 ),
a 2-3-4 tree ,
a hash table with addressing open (double hashing), the filling factor? <0:75 .
Specify the calculation time asymptotic notation as a function of the number n of elements in three cases: the worst case, best case and average