可靠溪流

文章
4
资源
0
加入时间
2年10月17天

( LeetCode 946 )验证栈序列 --栈 (Java)

按照pushed数组的顺序入栈,按照poped数组的顺序出栈,最后栈中为空就可以返回true,否则返回false。class Solution { public boolean validateStackSequences(int[] pushed, int[] popped) { Stack<Integer> stack = new Stack<Integer>(); int index = 0

hdu 2012 素数判定(java)素数判定

素数判定Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 89725    Accepted Submission(s): 31455Problem Description对于表达式n^2+n+41,当n在(x,y)范