上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 79 下一页
摘要: package LeetCode_340 /** * 340. Longest Substring with At Most K Distinct Characters * (Locked by leetcode) * https://www.lintcode.com/problem/longest 阅读全文
posted @ 2020-08-01 00:56 johnny_zhao 阅读(165) 评论(1) 推荐(0) 编辑
摘要: package LeetCode_1004 /** * 1004. Max Consecutive Ones III * https://leetcode.com/problems/max-consecutive-ones-iii/description/ * * Given an array A 阅读全文
posted @ 2020-08-01 00:52 johnny_zhao 阅读(93) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_485 /** * 485. Max Consecutive Ones * https://leetcode.com/problems/max-consecutive-ones/description/ * * Given a binary array, find 阅读全文
posted @ 2020-08-01 00:30 johnny_zhao 阅读(81) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_973 import java.util.* /** * 973. K Closest Points to Origin * https://leetcode.com/problems/k-closest-points-to-origin/description/ 阅读全文
posted @ 2020-07-30 23:38 johnny_zhao 阅读(79) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_917 import java.util.* /** * 917. Reverse Only Letters * https://leetcode.com/problems/reverse-only-letters/description/ * * Given a 阅读全文
posted @ 2020-07-30 22:31 johnny_zhao 阅读(61) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_791 /** * 791. Custom Sort String * https://leetcode.com/problems/custom-sort-string/description/ * * S and T are strings composed of 阅读全文
posted @ 2020-07-30 16:56 johnny_zhao 阅读(63) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_745 /** * 745. Prefix and Suffix Search * https://leetcode.com/problems/prefix-and-suffix-search/description/ * Given many words, wor 阅读全文
posted @ 2020-07-30 15:37 johnny_zhao 阅读(145) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_729 import java.util.* /** * 729. My Calendar I * https://leetcode.com/problems/my-calendar-i/description/ * https://zxi.mytechroad.c 阅读全文
posted @ 2020-07-30 14:35 johnny_zhao 阅读(112) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_729 /** * 729. My Calendar I * https://leetcode.com/problems/my-calendar-i/description/ * https://zxi.mytechroad.com/blog/algorithms/ 阅读全文
posted @ 2020-07-30 11:02 johnny_zhao 阅读(62) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_4 /** * 4. Median of Two Sorted Arrays * https://leetcode.com/problems/median-of-two-sorted-arrays/description/ * * There are two sor 阅读全文
posted @ 2020-07-28 23:55 johnny_zhao 阅读(121) 评论(0) 推荐(0) 编辑
上一页 1 ··· 41 42 43 44 45 46 47 48 49 ··· 79 下一页