240 发简信
cqf
IP属地:贵州
  • 155.最小栈(单调栈,简单)

    题目链接[https://leetcode-cn.com/problems/min-stack] 设计一个支持 push ,pop ,top 操...

  • 71.简化路径(中等)

    题目链接[https://leetcode-cn.com/problems/simplify-path] 给你一个字符串 path ,表示指向某...

  • 42.接雨水(困难)

    题目链接[https://leetcode-cn.com/problems/trapping-rain-water] 给定 n 个非负整数表示每...

  • Resize,w 360,h 240
    1111.有效括号的嵌套深度(中等)

    题目链接[https://leetcode-cn.com/problems/maximum-nesting-depth-of-two-valid...

  • 739/剑指offer||038.每日温度(单调栈,中等)

    题目链接[https://leetcode-cn.com/problems/iIQa4I] 请根据每日 气温 列表 temperatures ,...

  • 1021.删除最外层的括号(简单)

    题目链接[https://leetcode-cn.com/problems/remove-outermost-parentheses] 有效括号...

  • 32.最长有效括号(困难)

    题目链接[https://leetcode-cn.com/problems/longest-valid-parentheses] 给你一个只包含...

  • Resize,w 360,h 240
    988.从叶节点开始的最小字符串(dfs,中等)

    题目链接[https://leetcode-cn.com/problems/smallest-string-starting-from-leaf...

  • Resize,w 360,h 240
    979.在二叉树中分配硬币(dfs,中等)

    题目链接[https://leetcode-cn.com/problems/distribute-coins-in-binary-tree] 给...