上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 79 下一页
摘要: package LeetCode_1657 /** * 1657. Determine if Two Strings Are Close * https://leetcode.com/problems/determine-if-two-strings-are-close/ * * Two strin 阅读全文
posted @ 2020-11-15 17:00 johnny_zhao 阅读(94) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_1656 /** * 1656. Design an Ordered Stream * https://leetcode.com/problems/design-an-ordered-stream/ * There are n (id, value) pairs, 阅读全文
posted @ 2020-11-15 12:28 johnny_zhao 阅读(130) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_695 import java.util.* /** * 695. Max Area of Island * * Given a non-empty 2D array grid of 0's and 1's, * an island is a group of 1' 阅读全文
posted @ 2020-11-15 00:11 johnny_zhao 阅读(80) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_695 import java.util.* /** * 695. Max Area of Island * * Given a non-empty 2D array grid of 0's and 1's, * an island is a group of 1' 阅读全文
posted @ 2020-11-15 00:09 johnny_zhao 阅读(67) 评论(0) 推荐(0) 编辑
摘要: import java.util.* /** This problem was asked by Quora. Given an absolute pathname that may have . or .. as part of it, return the shortest standardiz 阅读全文
posted @ 2020-11-14 10:01 johnny_zhao 阅读(66) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_939 /** * 939. Minimum Area Rectangle * https://leetcode.com/problems/minimum-area-rectangle/ * * Given a set of points in the xy-pla 阅读全文
posted @ 2020-11-13 16:46 johnny_zhao 阅读(95) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_259 /** * 259. 3Sum Smaller * (Prime) * Given an array of n integers nums and a target, * find the number of index triplets i, j, k w 阅读全文
posted @ 2020-11-13 09:39 johnny_zhao 阅读(40) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_29 /** * 29. Divide Two Integers * https://leetcode.com/problems/divide-two-integers/ * * Given two integers dividend and divisor, di 阅读全文
posted @ 2020-11-12 16:53 johnny_zhao 阅读(85) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_16 /** * 16. 3Sum Closest * https://leetcode.com/problems/3sum-closest/ * * Given an array nums of n integers and an integer target, 阅读全文
posted @ 2020-11-11 10:22 johnny_zhao 阅读(84) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_15 /** * 15. 3Sum * https://leetcode.com/problems/3sum/ * * Given an array nums of n integers, are there elements a, b, c in nums suc 阅读全文
posted @ 2020-11-11 09:57 johnny_zhao 阅读(134) 评论(0) 推荐(0) 编辑
上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 79 下一页