摘要: LeetCode 1362. Closest Divisors最接近的因数【Medium】【Python】【数学】 Problem "LeetCode" Given an integer , find the closest two integers in absolute difference w 阅读全文
posted @ 2020-02-23 18:28 Wonz 阅读(199) 评论(2) 推荐(0) 编辑
摘要: LeetCode 1360. Number of Days Between Two Dates日期之间隔几天【Easy】【Python】【数学】 Problem "LeetCode" Write a program to count the number of days between two da 阅读全文
posted @ 2020-02-23 16:59 Wonz 阅读(282) 评论(0) 推荐(0) 编辑
摘要: LeetCode 1358. Number of Substrings Containing All Three Characters包含所有三种字符的子字符串数目【Medium】【Python】【双指针】【滑窗】 Problem "LeetCode" Given a string consisti 阅读全文
posted @ 2020-02-23 10:30 Wonz 阅读(293) 评论(0) 推荐(0) 编辑
摘要: LeetCode 0034. Find First and Last Position of Element in Sorted Array在排序数组中查找元素的第一个和最后一个位置【Medium】【Python】【二分】 Problem "LeetCode" Given an array of i 阅读全文
posted @ 2020-02-23 09:08 Wonz 阅读(555) 评论(0) 推荐(0) 编辑