跳至主要內容

栈的压入、弹出序列

微信公众号:储凡Less than 1 minute

栈的压入、弹出序列

题目链接

题目描述

刷题思路

代码实现

/**
 *
 * @param pushV int整型一维数组
 * @param popV int整型一维数组
 * @return bool布尔型
 */
function IsPopOrder(pushV, popV) {
}

一些建议