上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 79 下一页
摘要: package LeetCode_785 import java.util.* /** * 785. Is Graph Bipartite? (是否二分图) * https://leetcode.com/problems/is-graph-bipartite/description/ * * Giv 阅读全文
posted @ 2020-07-22 01:21 johnny_zhao 阅读(135) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1318 /** * 1318. Minimum Flips to Make a OR b Equal to c * https://leetcode.com/problems/minimum-flips-to-make-a-or-b-equal-to-c/desc 阅读全文
posted @ 2020-07-21 23:31 johnny_zhao 阅读(164) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_211 /** * 211. Add and Search Word - Data structure design * https://leetcode.com/problems/add-and-search-word-data-structure-design/ 阅读全文
posted @ 2020-07-21 00:22 johnny_zhao 阅读(123) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_188 /** * 188. Best Time to Buy and Sell Stock IV * https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iv/description/ * * 阅读全文
posted @ 2020-07-20 01:08 johnny_zhao 阅读(160) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_123 /** * 123. Best Time to Buy and Sell Stock III * https://leetcode.com/problems/best-time-to-buy-and-sell-stock-iii/description/ * 阅读全文
posted @ 2020-07-19 23:58 johnny_zhao 阅读(87) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_122 /** * 122. Best Time to Buy and Sell Stock II * https://leetcode.com/problems/best-time-to-buy-and-sell-stock-ii/description/ * * 阅读全文
posted @ 2020-07-19 13:29 johnny_zhao 阅读(104) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_121 /** * 121. Best Time to Buy and Sell Stock * https://leetcode.com/problems/best-time-to-buy-and-sell-stock/description/ * * Say y 阅读全文
posted @ 2020-07-19 13:21 johnny_zhao 阅读(93) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_269 import java.lang.StringBuilder import java.util.* import kotlin.collections.HashMap import kotlin.collections.HashSet /** * 269. 阅读全文
posted @ 2020-07-19 00:35 johnny_zhao 阅读(160) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1507 import java.lang.StringBuilder /** * 1507. Reformat Date * https://leetcode.com/problems/reformat-date/description/ * * Given a 阅读全文
posted @ 2020-07-18 23:32 johnny_zhao 阅读(182) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1060 /** * 1060. Missing Element in Sorted Array * (Prime) * Given a sorted array A of unique numbers, find the K-th missing number s 阅读全文
posted @ 2020-07-18 22:40 johnny_zhao 阅读(131) 评论(0) 推荐(0) 编辑
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 79 下一页