Answer the following short questions:
1. True or False: In the last example, we sorted left subarray first, right subarray second. However, the order does not matter. If we wanted to, we could split and merge the right subarray first.
2.Consider array [5,3,4,1]. What does it look like just before the final merging step of Merge Sort?
a)5,3,4,1
b)3,5,1,4
c)5,3,1,4
d)1,3,4,5
3.Although on average, Merge Sort is a lot faster than Bubble Sort. Suppose we have an array small enough that Merge Sort and Bubble Sort actually takes equal number of steps, which one should you use?
a)Bublble Sort b)Merge Sort
1. False
2.
b) 3, 5, 1, 4
3. b)Merge Sort (because merge sort does lesser comparisons than bubble sort)
Answer the following short questions: 1. True or False: In the last example, we sorted left...
SHORT ANSWER QUESTIONS Part 1 Classes Abstraction: What is Abstraction in terms of representation? Specifically what choices does one make when creating a class that is an example of Abstraction? Encapsulation: What is encapsulation? What is information hiding? What does a public interface to a class consist of (not in the sense of actual java interfaces but what the client uses to manipulate objects of the class) What is an object of a class? What is the constructor? How do...
Interfaces 1. What is inside an interface definition? What does a class do to an interface and what keyword is involved? How does a class do this to an interface (what should we find in the class)? Can an interface have a generic parameter? How do you instantiate an interface as an object? What methods can’t you use on an interface type? Abstract Data Types 2. What does an ADT define? Does an ADT specify programming language and/or data structures...
C++ Sorting and Searching 1. Mark the following statements as true or false. a. A sequential search of a list assumes that the list elements are sorted in ascending order. b. A binary search of a list assumes that the list is sorted. 2. Consider the following list: 63 45 32 98 46 57 28 100 Using a sequential search, how many comparisons are required to determine whether the following items are in the list or not? (Recall that comparisons...
Using Merge Sort: (In Java) (Please screenshot or copy your output file in the answer) In this project, we combine the concepts of Recursion and Merge Sorting. Please note that the focus of this project is on Merging and don't forget the following constraint: Programming Steps: 1) Create a class called Art that implements Comparable interface. 2) Read part of the file and use Merge Sort to sort the array of Art and then write them to a file. 3)...
1)
can any one please givem the code for this
a) If n is a power of 2, as it is in Figure 9-3, you would merge
pairs of individual entries, starting at the
beginning of the array. Then you would return to the beginning of
the array and merge pairs of twoentry
subarrays. Finally, you would merge one pair of four-entry
subarrays. Notice that the subarrays
in each pair of subarrays contain the same number of entries.
In general,...
Hello I need help with this program. Should programmed in C!
Program 2: Sorting with Pointers Sometimes we're given an array of data that we need to be able to view in sorted order while leaving the original order unchanged. In such cases we could sort the data set, but then we would lose the information contained in the original order. We need a better solution. One solution might be to create a duplicate of the data set, perhaps make...
Need help with stats true or false questions
Decide (with short explanations) whether the following statements are true or false a) We consider the model y-Ao +A(z) +E. Let (-0.01, 1.5) be a 95% confidence interval for A In this case, a t-test with significance level 1% rejects the null hypothesis Ho : A-0 against a two sided alternative. b) Complicated models with a lot of parameters are better for prediction then simple models with just a few parameters c)...
After reading the article, answer the questions that follow. Turning Off, Dining In Last night at dinner, I suddenly realized that no one around our table had said anything for quite a while. I looked at my son, who had headphones on and whose face was aglow with the white-blue light of this phone on which he was watching a YouTube video. My daughter was also bathed in this same glow, but a tap-tap-tap was coming from her phone as...
FART I TRUE FALSE QUESTIONS (10 points). Please write True (1) or False (F) on the blank Scarcity is the intimited nature of society's resources given society's limited wants 2. A reward is a type of positive incentive. 3. To remove difficulty of double coincidence of wants we use money. 4. An exogenous factor is a variable that can be controlled for inside the model. 5. The PPF will not have a constant slope. 6. The law of demand states...