Answer:
Currency
Explanation:
Since sales are in money, and currency shows money, Currency is our answer
The quick access toolbar provides shortcuts to commonly used elements.
The Home Tab brings you to the home page and the File Tab allows you to save the file or print it.
I hope this helps! :)
Answer:
The answer to this question is O(NlogN).
Explanation:
The time complexity of Heap Sort on an array A is O(NLogN) even if the array is already sorted in increasing order.Since the Heap Sort is implemented by creating the heap from the array and then heapifying and then repeatedly swapping first and last element and deleting the last element.The process will be done for the whole array.So the running time complexity is O(NLogN).
Answer:
when you have a very large quantities of numeric data values
when efficiency is of great importance
when you will do a great deal of arithmetic calculations
Explanation:
got it right in edg 2021