MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following algorithm to rotate an array has the maximum time complexity? |
| A. | rotate elements one by one |
| B. | juggling algorithm |
| C. | reversal algorithm |
| D. | using a temporary array |
| Answer» B. juggling algorithm | |