Vidyalelo
Data Structure · Q442

Sorting Algorithms

Programming · Data Structure · question 442

Q442

What is the time complexity for a given pancake sort given it undergoes "n" flip operations?

A.
O(n)
B.
O(n2)
Answer
C.
O(n3)
D.
O(2n)

Answer: Option B

Solution

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