InterviewSolution
Saved Bookmarks
| 1. |
A program attempts to generate as many permutations as possible of the string, ‘abcd’ by pushing the characters a, b, c, d in the same order onto a stack, but it may pop off the top character at any time. Which one of the following strings CANNOT be generated using this program?(A) abcd(B) dcba(C) cbad(D) cabd |
| Answer» | |