This is About Design and Analysis of a algorithm. Please do not do coding. Just solve it

This is About Design and Analysis of a algorithm. Please do not do coding. Just solve...
Using the pseudocode answer these questions
Algorithm 1 CS317FinalAlgorithm (A[O..n-1]) ito while i<n - 2 do if A[i]A[i+1] > A[i+2) then return i it i+1 return -1 1. Describe what it does and compute what value is returned when the input is the list {1, 2, 3, 4, 5}. (Hint: We're using 0-based array indexing, so 0 would represent the index of the first element, 1 the second element, etc.) 2. Identify and describe the worst-case input. 3. Identify and...
6) Assume that we are using quick sort algorithm to sort the following elements in the array 26, 15,30,11,8,17 22, 40, 4, 10. Use the first element in the array as pivot. (20 pts.) 1- How total iterations it would take to complete the sorting process? 2- Simulate the entire sorting process. (If you need additional space, complete it at the other side of the paper) public static void quick_sort(intl] a, int left, int right) if (left < right) (...
Part A Solve for the node voltage shown in the figure below. Assume R = 4 Ω (Figure 1) Enter your answers using polar notation. Express argument in degrees using three significant figures. v,= Submit Provide Feedback Figure く 1011 > 20 90
DO NOT COPY OTHER ANSEWERS!!!!
2. (10 points) Let (%)n>o be a simple symmetric random walk. Compute P(Sn-y|S,n-x) for the two cases n > m and n < m
Using the pseudocode answer these questions
Algorithm 1 CS317FinalAlgorithm (A[O..n-1]) ito while i<n - 2 do if A[i]A[i+1] > A[i+2) then return i it i+1 return -1 4. Calculate how many times the comparison A[i]A[i+1] > A[i+2] is done for a worst-case input of size n. Show your work. 5. Calculate how many times the comparison A[i]A[i+1] > A[i+2] is done for a best-case input of size n. Show your work.
How can I do this two question?
Question 9 1 pts Which of the following statements correctly provides a comparator function using lambda expressions to sort an array of countries by population, assuming the existence of a getPopulation method? Arrays.sort(countries, (c1, c2) - c1.getPopulationO- c2.getPopulationO); Arrays.sort (countries, compare(ci -> c1.getPopulationO, c2- c2.getPopulation()) :J Arrays.sortCcountries,c -c.getPopulationD Arrays.sort(countries, comparator(c - c.getPopulationo)
[5 marks] Using selection sort algorithm to sort the array int array[7]-5, 6, 2, 7, 9, 4, 3). Assuming we call the following function using statement selection sort (int array, 7); Please fill the table to show the changes of the array int_array after each iteration. The first column is filled. void selection_sort (int list[], int list_size) for (int i = 0; i < list size - 1; 1++) int current min = list[1]; int current_min_index-i for (int j -...
(b) Consider the following algorithm for (i = n; i >-1; i i/2) for j in range [1, i] Constant Number of Operations Derive the run time of the above algorithm (as a function of n). You must formally derive the run-times (merely stating run times or high level explanation of run time do not suffice)
Fibonacci search algorithm
Proof required
(b) Prove that at each step of the Fibonacci search algorithm, p<q Hint: Prove the cases k-n (Step 2), k-n - 1,n - 2,...,3 (Step 3), and k -2 (Step 4) separately For the Step 3 case consider how the length of the interval is being reduced at each iteration. You will also need to use (and prove) 〉 -when Fk = , ,3 Alternative, correct proofs that do not use the hint are also...
Please be clear graphic solution
Question (4): Use the graphical solution to solve the following LP problems through the following steps: a- Specify the feasible solution space b- Specify the basic feasible solutions Count the number of basic feasible solutions d- Draw the Isoprofit line direction e- Determine the optimal solution (Zmax Xop, X20p) Max Z=2x1 + x2 Subjected to: 5 x2 60 2x1 XI X2 10 3x1 x2 44 Xi, X2 > 0