首页
首页
沸点
课程
直播
活动
商城
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写代码
会员
掘金会员,重磅登场
限时五折,已预约用户享专属抵扣
登录
举报沸点
请选择举报理由
和话题不符
恶意攻击谩骂
广告营销
freesan44
高级开发工程师
|
北京科蓝软件系统股份有限公司
24
关注
14
关注者
3,680
掘力值
关注
关注
获得徽章 0
动态
文章
专栏
沸点
收藏集
1
关注
赞
253
文章 253
沸点 0
资讯 0
赞
253
关注
返回
|
搜索文章
freesan44
高级开发工程师 @ 北京科蓝软件系统股份有限公司
·
9月前
关注
LeetCode 1974. 使用特殊打字机键入单词的最少时间
题目地址(1974. 使用特殊打字机键入单词的最少时间) https://leetcode-cn.com/problems/minimum-time-to-type-wor...
1
评论
分享
freesan44
高级开发工程师 @ 北京科蓝软件系统股份有限公司
·
9月前
关注
LeetCode 401. 二进制手表
题目地址(401. 二进制手表) https://leetcode-cn.com/problems/binary-watch/ 题目描述 思路 通过回溯法,遍历有可能出现的...
1
评论
分享
freesan44
高级开发工程师 @ 北京科蓝软件系统股份有限公司
·
9月前
关注
LeetCode 599. 两个列表的最小索引总和
题目地址(599. 两个列表的最小索引总和) https://leetcode-cn.com/problems/minimum-index-sum-of-two-lists...
2
评论
分享
freesan44
高级开发工程师 @ 北京科蓝软件系统股份有限公司
·
9月前
关注
LeetCode 205. 同构字符串
题目地址(205. 同构字符串) https://leetcode-cn.com/problems/isomorphic-strings/ 题目描述 思路 用字典来遍历是否...
1
评论
分享
freesan44
高级开发工程师 @ 北京科蓝软件系统股份有限公司
·
9月前
关注
LeetCode 1323. 6 和 9 组成的最大数字
题目地址(69-number/">1323. 6 和 9 组成的最大数字) https://leetcode-cn.com/problems/maximum-69-numb...
1
评论
分享
freesan44
高级开发工程师 @ 北京科蓝软件系统股份有限公司
·
9月前
关注
LeetCode 268. 丢失的数字
题目地址(268. 丢失的数字) https://leetcode-cn.com/problems/missing-number/ 题目描述 思路 高斯求和算出总和,再减去...
1
评论
分享
freesan44
高级开发工程师 @ 北京科蓝软件系统股份有限公司
·
9月前
关注
LeetCode 384. 打乱数组
题目地址(384. 打乱数组) https://leetcode-cn.com/problems/shuffle-an-array/ 题目描述 思路 使用随机函数 代码 语...
1
评论
分享
freesan44
高级开发工程师 @ 北京科蓝软件系统股份有限公司
·
9月前
关注
LeetCode 面试题 01.07. 旋转矩阵
题目地址(01.07. 旋转矩阵) https://leetcode-cn.com/problems/rotate-matrix-lcci/ 题目描述 思路 原地旋转 代码...
1
评论
分享
freesan44
高级开发工程师 @ 北京科蓝软件系统股份有限公司
·
9月前
关注
LeetCode 56. 合并区间
题目地址(56. 合并区间) https://leetcode-cn.com/problems/merge-intervals/ 题目描述 思路 用栈来保存左边界,一旦出现...
1
评论
分享
freesan44
高级开发工程师 @ 北京科蓝软件系统股份有限公司
·
9月前
关注
LeetCode 496. 下一个更大元素 I
题目地址(496. 下一个更大元素 I) https://leetcode-cn.com/problems/next-greater-element-i/ 题目描述 思路 ...
1
评论
分享
freesan44
高级开发工程师 @ 北京科蓝软件系统股份有限公司
·
9月前
关注
LeetCode 724. 寻找数组的中心下标
题目地址(724. 寻找数组的中心下标) https://leetcode-cn.com/problems/find-pivot-index/ 题目描述 思路 先算总合,然...
1
评论
分享
freesan44
高级开发工程师 @ 北京科蓝软件系统股份有限公司
·
9月前
关注
LeetCode 76. 最小覆盖子串
题目地址(76. 最小覆盖子串) https://leetcode-cn.com/problems/minimum-window-substring/ 题目描述 思路 滑动...
1
评论
分享
freesan44
高级开发工程师 @ 北京科蓝软件系统股份有限公司
·
9月前
关注
LeetCode 1456. 定长子串中元音的最大数目
题目地址(1456. 定长子串中元音的最大数目) https://leetcode-cn.com/problems/maximum-number-of-vowels-in-...
1
评论
分享
freesan44
高级开发工程师 @ 北京科蓝软件系统股份有限公司
·
9月前
关注
iOS送审被拒:Guideline 2.3.3 - Performance - Accurate Metadata
问题 送审被拒,被拒原文描述如下: 解决方案 用模拟器或者真机的ipad把对应机型的截图再放上去,原因是审核人员识别出机型截图没黑条或者刘海之类,判断为iphone机型...
1
评论
分享
freesan44
高级开发工程师 @ 北京科蓝软件系统股份有限公司
·
9月前
关注
Xcode12 适配模拟器问题总结
问题 Xcode12运行模拟器会报以下错误: 或者 解决方案 解决方法如下: 在【Pod的Project】和【项目的Project】下,Project -> Build S...
1
评论
分享
freesan44
高级开发工程师 @ 北京科蓝软件系统股份有限公司
·
9月前
关注
binarysearch Minimum Light Radius
问题 You are given a list of integers nums representing coordinates of houses on a 1-dim...
1
评论
分享
freesan44
高级开发工程师 @ 北京科蓝软件系统股份有限公司
·
9月前
关注
LeetCode 278. 第一个错误的版本
题目地址(278. 第一个错误的版本) https://leetcode-cn.com/problems/first-bad-version/ 题目描述 思路 用二分查找法...
1
评论
分享
freesan44
高级开发工程师 @ 北京科蓝软件系统股份有限公司
·
9月前
关注
LeetCode 33. 搜索旋转排序数组
题目地址(33. 搜索旋转排序数组) https://leetcode-cn.com/problems/search-in-rotated-sorted-array/ 题目...
1
评论
分享
freesan44
高级开发工程师 @ 北京科蓝软件系统股份有限公司
·
9月前
关注
LeetCode 374. 猜数字大小
题目地址(374. 猜数字大小) https://leetcode-cn.com/problems/guess-number-higher-or-lower/ 题目描述 思...
1
评论
分享
freesan44
高级开发工程师 @ 北京科蓝软件系统股份有限公司
·
9月前
关注
LeetCode 69. Sqrt(x)
题目地址(69. Sqrt(x)) https://leetcode-cn.com/problems/sqrtx/ 题目描述 思路 就是遍历[0,x]中符合要求的数,用二分...
1
评论
分享
下一页
个人成就
文章被点赞
304
文章被阅读
112,922
掘力值
3,680
关注了
24
关注者
14
收藏集
1
关注标签
24
加入于
2018-08-21