There is a sequence of n numbers 1, 2, 3,.., n and a stack which can keep m numbers at most. Push the n numbers into the stack following the sequence and pop out randomly.uppose n is 7 and m is 5, please choose the output sequences of the stack.
发布于 2022-03-03 11:06:34
There is a sequence of n numbers 1, 2, 3,.., n and a stack which
can keep m numbers at most. Push the n numbers into the stack
following the sequence and pop out randomly. Suppose n is 2 and m is
3, the output sequence may be 1, 2 or 2, 1, so we get 2 different
sequences. Suppose n is 7 and m is 5, please choose the output
sequences of the stack:
登录后免费查看答案
关注者
0
被浏览
39