摘要:
如题 由数组构成的顺序栈: public class Array_Stack { int[] a=new int[10]; int p=-1; public boolean isEmpty() { boolean b=false; if(p 1) { b=true; } return b; } pu 阅读全文
posted @ 2020-11-02 15:39
万金流
阅读(176)
评论(0)
推荐(0)
|
万金流
以码会友。 吾Q:578751655。 水平有限,轻喷,谢! |