Examveda

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

A. O(n)

B. O(n2)

C. O(n3)

D. O(2n)

Answer: Option B


This Question Belongs to Data Structure >> Sorting Algorithms

Join The Discussion

Related Questions on Sorting Algorithms