上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 79 下一页
摘要: package LeetCode_228 /** * 228. Summary Ranges * https://leetcode.com/problems/summary-ranges/description/ * Given a sorted integer array without dupl 阅读全文
posted @ 2020-09-06 15:22 johnny_zhao 阅读(100) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_381 /** * 381. Insert Delete GetRandom O(1) - Duplicates allowed * https://leetcode.com/problems/insert-delete-getrandom-o1-duplicate 阅读全文
posted @ 2020-09-06 12:16 johnny_zhao 阅读(87) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_118 import java.util.* /** * 118. Pascal's Triangle * https://leetcode.com/problems/pascals-triangle/description/ * Given a non-negat 阅读全文
posted @ 2020-09-05 23:51 johnny_zhao 阅读(99) 评论(0) 推荐(0) 编辑
摘要: /** * This problem was asked by Facebook. Given a multiset of integers, return whether it can be partitioned into two subsets whose sums are the same. 阅读全文
posted @ 2020-09-05 23:22 johnny_zhao 阅读(139) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_62 /** * 62. Unique Paths * https://leetcode.com/problems/unique-paths/description/ * * A robot is located at the top-left corner of 阅读全文
posted @ 2020-09-04 23:16 johnny_zhao 阅读(101) 评论(0) 推荐(0) 编辑
摘要: package _interview_question /** * Given an array of integers size 'n' Our aim is to calculate the maximum sum of 'k' consecutive elements in the array 阅读全文
posted @ 2020-09-03 22:54 johnny_zhao 阅读(73) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_516 /** * 516. Longest Palindromic Subsequence * https://leetcode.com/problems/longest-palindromic-subsequence/description/ * * Given 阅读全文
posted @ 2020-09-03 00:24 johnny_zhao 阅读(131) 评论(0) 推荐(0) 编辑
摘要: /** * 1143. Longest Common Subsequence * https://leetcode.com/problems/longest-common-subsequence/description/ * * Given two strings text1 and text2, 阅读全文
posted @ 2020-09-02 22:30 johnny_zhao 阅读(129) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_334 /** * 334. Increasing Triplet Subsequence * https://leetcode.com/problems/increasing-triplet-subsequence/description/ * * Given a 阅读全文
posted @ 2020-08-31 23:53 johnny_zhao 阅读(81) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_367 /** * 367. Valid Perfect Square * https://leetcode.com/problems/valid-perfect-square/description/ * * Given a positive integer nu 阅读全文
posted @ 2020-08-30 12:14 johnny_zhao 阅读(69) 评论(0) 推荐(0) 编辑
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 79 下一页