IP属地:重庆
① 经典暴力解,真没想到这能时间超过55%;看到题目第一反应卷积也能出来,但深度广度搜索完全想不到 ② C++11 constexpr (con...
更不想死,想好好活着了
①日常数学 303. 区域和检索 - 数组不可变[https://leetcode.cn/problems/range-sum-query-im...
① int 转 string ② string 直接 + 228. 汇总区间[https://leetcode.cn/problems/summ...
① 复习了Leetcode 3 写了的哈希表使用 219. 存在重复元素 II[https://leetcode.cn/problems/con...
① C++ new指针 ② vector assign(截取的第一个元素, 截取的最后一个元素的下一位) 108. 将有序数组转换为二叉搜索树[...
① 经典排序双指针② 经典哈希表 350. 两个数组的交集 II[https://leetcode.cn/problems/intersecti...
① 经典哈希表② 经典先排序 217. 存在重复元素[https://leetcode.cn/problems/contains-duplica...
① 日常哈希表解② 经典动态规划O(n) + O(1) 169. 多数元素[https://leetcode.cn/problems/major...