Choose 2 statements that correctly describe the time complexity of data structures with N data.
1 answer:
The statements that correctly describe the time complexity of data structures with N data are:
- The average time complexity of the data lookup in a hash table is O(N).
- The average time complexity of inserting data into a heap is O(logN)
<h3>What is time complexity of data structures?</h3>
Time Complexity of an algorithm is known to be the depiction of the amount of time needed by the algorithm to carry out to completion.
Note that The statements that correctly describe the time complexity of data structures with N data are:
- The average time complexity of the data lookup in a hash table is O(N).
- The average time complexity of inserting data into a heap is O(logN)
Learn more about data from
brainly.com/question/17350816
#SPJ1
You might be interested in
Answer:
def print _ seconds(hours, minutes, seconds):
seconds += 3600 * hours + 60 * minutes
print(seconds)
Explanation:
Hope this help's.
Answer:
i don't know it sorry
Explanation:
Answer:
B-2
C-3
1/9
Explanation:
I believe A is the answer here.