Answer:
It happens to me as well. Maybe check emails? It could also be a bug.
Explanation:
Answer:
b. LinkedHashSet
Explanation:
A LinkedHashSet is an ordered version of HashSet that maintains a doubly-linked List across all elements. When the iteration order is needed to be maintained this class is used. LinkedHashSet maintains a linked list of the entries in the set, in the order in which they were inserted.
Is this a true or false question? If it is let me know and I can help! (:
Answer:
Option(B) i.e "Merge sort " is the correct answer to the given question .
Explanation:
The merge sort follow the approach of divide and conquer technique .It means firstly it divided the given array into the sub parts that sub parts are sorted in comparing the first value with the adjacent value and perform selection sorting in them it means we swap the value if necessary. This process will continue until all the elements are checked .
- When the sub parts are arranged then we will combine them and getting the new or original array that is in sorted order.
- When we perform the merge sort the extra memory is used which is drawback of merge sort .
- All the other options are not Splitting the array in two parts and perform sorting so these are incorrect option .
Answer:
They provide us with ways to communicate, display, and work with information more quickly and accurately.
Explanation:
Productivity programs helps in the provision of information and they also help in increasing productivity by making work less stressful and unambiguous. Examples of productivity programs include design programs and spreadsheet tools.
These programs also create an avenue for providing us with ways to communicate, display and work with information more quickly and accurately.