原文链接: https://leetcode-cn.com/problems/sort-of-stacks-lcci
英文原文Write a program to sort a stack such that the smallest
标签详情
栈 分类
原文链接: https://leetcode-cn.com/problems/stack-of-plates-lcci
英文原文Imagine a (literal) stack of plates. If the stack gets
原文链接: https://leetcode-cn.com/problems/yong-liang-ge-zhan-shi-xian-dui-lie-lcof
中文题目用两个栈实现一个队列。队列的声明如下,请实现它的两个函数 appen
原文链接: https://leetcode-cn.com/problems/cong-wei-dao-tou-da-yin-lian-biao-lcof
中文题目输入一个链表的头节点,从尾到头反过来返回每个节点的值(用数组返回)。
原文链接: https://leetcode-cn.com/problems/bao-han-minhan-shu-de-zhan-lcof
中文题目定义栈的数据结构,请在该类型中实现一个能够得到栈的最小元素的 min 函数在该栈中,调
原文链接: https://leetcode-cn.com/problems/er-cha-sou-suo-shu-yu-shuang-xiang-lian-biao-lcof
中文题目输入一棵二叉搜索树,将该二叉搜索树转换成一个排序的
原文链接: https://leetcode-cn.com/problems/zhan-de-ya-ru-dan-chu-xu-lie-lcof
中文题目输入两个整数序列,第一个序列表示栈的压入顺序,请判断第二个序列是否为该栈的弹出顺序
原文链接: https://leetcode-cn.com/problems/er-cha-sou-suo-shu-de-hou-xu-bian-li-xu-lie-lcof
中文题目输入一个整数数组,判断该数组是不是某二叉搜索树的后序
原文链接: https://leetcode-cn.com/problems/sub-sort-lcci
英文原文Given an array of integers, write a method to find indices m
原文链接: https://leetcode-cn.com/problems/binode-lcci
英文原文The data structure TreeNode is used for binary tree,