Vidyalelo
Data Structure · Q92

Introduction to Data Structures

Programming · Data Structure · question 92

Q92

What is the time complexity to insert a node based on position in a priority queue?

A.
O(nlogn)
B.
O(logn)
C.
O(n)
Answer
D.
O(n2)

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board