摘要:
题目来源:https://leetcode.com/problems/minimum-window-substring/ 自我感觉难度/真实难度: 写题时间时长:3hour 题意: 分析: 自己的代码: 代码效率/结果: 优秀代码: 代码效率/结果: 自己优化后的代码: 反思改进策略: 1.对比较难 阅读全文
摘要:
对撞指针: 使用双指针索引/滑动窗口的技术: 3,76, 209,438 滑动指针 阅读全文
摘要:
题目来源:https://leetcode.com/problems/longest-substring-without-repeating-characters/ 自我感觉难度/真实难度: 写题时间时长: 题意: 分析: 自己的代码: 代码效率/结果: Runtime: 48 ms, faster 阅读全文