MCQOPTIONS
Saved Bookmarks
| 1. |
What is the time complexity for a given pancake sort given it undergoes “n” flip operations? |
| A. | O(n) |
| B. | O(n<sup>2</sup>) |
| C. | O(n<sup>3</sup>) |
| D. | O(2n) |
| Answer» C. O(n<sup>3</sup>) | |