I have to write 1 page of analysis of alogrithms with supporting graph
Part ISuppose you have the following array of data: {4, 5, 7, 11, 20, 24, 31, 35, 40, 45, 50}. Explain how you precede a sequential search of an array.Apply your method of search to the given array to locate the element of number 11.Clearly indicate whether or not the element was found and its index (location) within the array. Apply your method of search to the given array to locate the element of number 13.Clearly indicate whether or not the element was found and its index (location) within the array. What is the best-case runtime and the worst-case runtime of an array of size n? Part IISuppose you have the following array of data: {4, 5, 7, 11, 20, 24, 31, 35, 40, 45, 50}. Explain how you precede a binary search of an array.Apply your method of search to the given array to locate the element of number 11.Clearly indicate whether or not the element was found and its index (location) within the array. Apply your method of search to the given array to locate the element of number 13.Clearly indicate whether or not the element was found and its index (location) within the array. What is the worst-case runtime of an array of size n?
THIS QUESTION IS UNSOLVED!
Request a custom answer for this question