上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 79 下一页
摘要: package LeetCode_402 import java.util.* /** * 402. Remove K Digits * https://leetcode.com/problems/remove-k-digits/description/ * * Given a non-negati 阅读全文
posted @ 2020-10-05 22:36 johnny_zhao 阅读(93) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_399 import java.util.* import kotlin.collections.HashMap import kotlin.collections.HashSet /** * 399. Evaluate Division * https://lee 阅读全文
posted @ 2020-10-05 19:29 johnny_zhao 阅读(194) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_395 /** * 395. Longest Substring with At Least K Repeating Characters * https://leetcode.com/problems/longest-substring-with-at-least 阅读全文
posted @ 2020-10-04 14:29 johnny_zhao 阅读(176) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_388 import java.util.* /** * 388. Longest Absolute File Path * https://leetcode.com/problems/longest-absolute-file-path/description/ 阅读全文
posted @ 2020-10-04 11:23 johnny_zhao 阅读(209) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_360 /** * 360. Sort Transformed Array * (Prime) * Given a sorted array of integers nums and integer values a, b and c. * Apply a quad 阅读全文
posted @ 2020-10-03 16:23 johnny_zhao 阅读(113) 评论(0) 推荐(0) 编辑
摘要: /** * This problem was asked by Google. You are given an array of arrays of integers, where each array corresponds to a row in a triangle of numbers. 阅读全文
posted @ 2020-10-03 15:19 johnny_zhao 阅读(74) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_317 import java.util.* /** * 317. Shortest Distance from All Buildings * (Prime) * You want to build a house on an empty land which r 阅读全文
posted @ 2020-10-02 15:16 johnny_zhao 阅读(133) 评论(0) 推荐(0) 编辑
摘要: /** * This problem was asked by Facebook. Given a function f, and N return a debounced f of N milliseconds. That is, as long as the debounced f contin 阅读全文
posted @ 2020-10-02 10:22 johnny_zhao 阅读(120) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_41 /** * 41. First Missing Positive * https://leetcode.com/problems/first-missing-positive/description/ * Given an unsorted integer a 阅读全文
posted @ 2020-10-01 16:58 johnny_zhao 阅读(81) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_279 import java.util.* /** * 279. Perfect Squares * https://leetcode.com/problems/perfect-squares/description/ * * Given a positive i 阅读全文
posted @ 2020-10-01 11:14 johnny_zhao 阅读(141) 评论(0) 推荐(0) 编辑
上一页 1 ··· 32 33 34 35 36 37 38 39 40 ··· 79 下一页