上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 79 下一页
摘要: package LeetCode_435 /** * 435. Non-overlapping Intervals * https://leetcode.com/problems/non-overlapping-intervals/description/ * * Given a collectio 阅读全文
posted @ 2020-08-21 11:18 johnny_zhao 阅读(105) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_264 import java.util.* /** * 264. Ugly Number II * https://leetcode.com/problems/ugly-number-ii/description/ * * Write a program to f 阅读全文
posted @ 2020-08-20 23:48 johnny_zhao 阅读(119) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_264 import java.util.* /** * 264. Ugly Number II * https://leetcode.com/problems/ugly-number-ii/description/ * * Write a program to f 阅读全文
posted @ 2020-08-20 23:47 johnny_zhao 阅读(86) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_263 /** * 263. Ugly Number * https://leetcode.com/problems/ugly-number/description/ * * Write a program to check whether a given numb 阅读全文
posted @ 2020-08-20 23:12 johnny_zhao 阅读(73) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_528 import java.util.* /** * 528. Random Pick with Weight * https://leetcode.com/problems/random-pick-with-weight/description/ * * Gi 阅读全文
posted @ 2020-08-18 23:42 johnny_zhao 阅读(95) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_875 /** * 875. Koko Eating Bananas * https://leetcode.com/problems/koko-eating-bananas/description/ * * Koko loves to eat bananas. Th 阅读全文
posted @ 2020-08-17 14:37 johnny_zhao 阅读(119) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_721 import java.util.* import kotlin.collections.ArrayList import kotlin.collections.HashMap /** * 721. Accounts Merge * https://leet 阅读全文
posted @ 2020-08-16 00:39 johnny_zhao 阅读(137) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_515 import java.util.* import kotlin.collections.ArrayList /** * 515. Find Largest Value in Each Tree Row * https://leetcode.com/prob 阅读全文
posted @ 2020-08-15 14:37 johnny_zhao 阅读(94) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_286 /** * 286. Walls and Gates * (Prime) * * You are given a m x n 2D grid initialized with these three possible values. 1. -1 - A wa 阅读全文
posted @ 2020-08-15 14:22 johnny_zhao 阅读(83) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_408 /** * 408. Valid Word Abbreviation * (Prime) * Given a non-empty string s and an abbreviation abbr, return whether the string mat 阅读全文
posted @ 2020-08-15 00:19 johnny_zhao 阅读(190) 评论(0) 推荐(0) 编辑
上一页 1 ··· 38 39 40 41 42 43 44 45 46 ··· 79 下一页