240 发简信
IP属地:台湾
  • Resize,w 360,h 240
    PriorityQueue 优先队列 -- 小顶堆

    优先的含义 PriorityQueue 中,会保证数组中第一个元素是数组的最大值,对于其他的元素大小顺序并不保证。 怎么加进去的 这里对外提供了...

  • 简化路径 ^.^ 2022/08/26

    https://leetcode.cn/problems/simplify-path/[https://leetcode.cn/problems...

  • 装满杯子需要的最短总时长 ^.^ 2022/08/25

    https://leetcode.cn/problems/minimum-amount-of-time-to-fill-cups/[https:...

  • 字符串中的最大奇数 ^.^ 2022/08/24

    https://leetcode.cn/problems/largest-odd-number-in-string/submissions/[h...

  • Resize,w 360,h 240
    每天一道题 ^.^ 2022/08/19

    没想到吧,换标题了。这确实是个简单题。但是sql基础不扎实啊用到一个函数判断locate,主要是为了判断姓名是否以M开头。用法如下: 当然是不对...

  • 检查是否所有字符出现次数相同 ^.^ 2022/08/18

    https://leetcode.cn/problems/check-if-all-characters-have-equal-number-o...

  • 全 0 子数组的数目 ^.^ 2022/08/17

    https://leetcode.cn/problems/number-of-zero-filled-subarrays/[https://le...

  • 构造 K 个回文字符串 ^.^ 2022/08/16

    https://leetcode.cn/problems/construct-k-palindrome-strings[https://leet...

  • 使用最小花费爬楼梯 ^.^ 2022/08/05

    参见 https://leetcode.cn/problems/min-cost-climbing-stairs[https://leetcod...