MCQOPTIONS
Saved Bookmarks
| 1. |
What is the time complexity of the program to reverse stack when linked list is used for its implementation? |
| A. | o(n) |
| B. | o(n log n) |
| C. | o(n2) |
| D. | o(log n) |
| Answer» B. o(n log n) | |