subject

Consider the following extension to binary search on a sorted array A for an item x: Let A[p] and A[q] be the partitioning elements of A so that A is divided into three roughly equal-sized lists (i. e., a difference of 1 or 2 is allowed between the sizes of these sub-lists but no more). Based on A[p] and A[q], decide the sub-list where x may exist. Repeat this process until the sub-list is small enough that the answer can be directly obtained. 1. Write pseudo-code for the above Ternary-Search method, specifying all the parameters correctly.
2. Derive the recurrence relation for the running time of the Ternary-Search algorithm.
3. Solve the recurrence relation, find a close-bound for the running time of the Ternary-Search and then express this close-bound using asymptotic notation.
4. Derive an expression and its asymptotic bound for the space complexity of the Ternary-Search.

ansver
Answers: 1

Another question on Computers and Technology

question
Computers and Technology, 23.06.2019 02:50
There’s only one game mode that stars with the letter ‘e’ in cs: go. which of the options below is it?
Answers: 1
question
Computers and Technology, 24.06.2019 09:30
What is the definition of digital literacy?
Answers: 1
question
Computers and Technology, 24.06.2019 16:00
Which of the following characters is acceptable to use in a filename? ? / – %
Answers: 1
question
Computers and Technology, 24.06.2019 20:30
Where is permanent data in the computer stored whenever gym starts his laptop he sees some commands in numbers appearing on the screen these instructions are being preceded by the control unit in
Answers: 1
You know the right answer?
Consider the following extension to binary search on a sorted array A for an item x: Let A[p] and A[...
Questions
question
Mathematics, 15.11.2019 01:31
question
Mathematics, 15.11.2019 01:31
question
Business, 15.11.2019 01:31
Questions on the website: 13722361