栈面试题 ---- 1.元素出栈、入栈顺序的合法性。如入栈的序列(1,2,3,4,5),出栈序列为(4,5,3,2,1) 2.一个数组实现两个栈(共享栈)

NoSuchKey

猜你喜欢

转载自blog.csdn.net/qq_39032310/article/details/81984334