会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
随机名言
Howl
记录学习过程,顺便 Debug The World
博客园
首页
联系
管理
2020年12月14日
剑指Offer-2
摘要: 只能说受益匪浅 1 判定入栈,出栈序列是否匹配 // 思路:用辅助栈来模拟出入栈 import java.util.Stack; public class Solution { public boolean IsPopOrder(int [] pushA,int [] popA) { int cnt
阅读全文
posted @ 2020-12-14 11:59 Howlet
阅读(75)
评论(0)
推荐(0)
编辑
公告
Copyright © By
Howl