Answer :
The 2 statements that correctly describe the time complexity of data structures with N data are:
- The average time complexity of data structures with N data is O(N).
- The average time complexity of inserting data into a heap is O(logN)
What is Time Complexity in the above case/
This is known to be the amount of times a specific instruction set is executed instead of the total time is taken.
Note that The 2 statements that correctly describe the time complexity of data structures with N data are:
- The average time complexity of data structures with N data is O(N).
- The average time complexity of inserting data into a heap is O(logN)
Learn more about data structure from
https://brainly.com/question/13147796
#SPJ1