上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 79 下一页
摘要: package LeetCode_886 import java.util.* import kotlin.collections.ArrayList /** * 886. Possible Bipartition * https://leetcode.com/problems/possible-b 阅读全文
posted @ 2020-08-13 00:38 johnny_zhao 阅读(125) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_676 /** * 676. Implement Magic Dictionary * https://leetcode.com/problems/implement-magic-dictionary/description/ * * Implement a mag 阅读全文
posted @ 2020-08-12 23:53 johnny_zhao 阅读(102) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_848 /** * 848. Shifting Letters * https://leetcode.com/problems/shifting-letters/description/ * We have a string S of lowercase lette 阅读全文
posted @ 2020-08-10 22:39 johnny_zhao 阅读(124) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_582 import java.util.* import kotlin.collections.ArrayList import kotlin.collections.HashMap /** * 582.Kill Process * (Prime) *Given 阅读全文
posted @ 2020-08-09 23:44 johnny_zhao 阅读(141) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_763 /** * 763. Partition Labels * https://leetcode.com/problems/partition-labels/description/ * * A string S of lowercase English let 阅读全文
posted @ 2020-08-09 23:04 johnny_zhao 阅读(66) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_398 /** * 398. Random Pick Index * https://leetcode.com/problems/random-pick-index/description/ * * Given an array of integers with p 阅读全文
posted @ 2020-08-09 11:19 johnny_zhao 阅读(70) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_720 /** * 720. Longest Word in Dictionary * https://leetcode.com/problems/longest-word-in-dictionary/description/ * Given a list of s 阅读全文
posted @ 2020-08-09 11:15 johnny_zhao 阅读(65) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_826 /** * 826. Most Profit Assigning Work * https://leetcode.com/problems/most-profit-assigning-work/description/ * * We have jobs: d 阅读全文
posted @ 2020-08-08 14:30 johnny_zhao 阅读(98) 评论(0) 推荐(0) 编辑
摘要: /** * Good morning! Here's your coding interview problem for today. This problem was asked by Google. Given the root of a binary tree, return a deepes 阅读全文
posted @ 2020-08-08 10:33 johnny_zhao 阅读(136) 评论(0) 推荐(0) 编辑
摘要: package LeetCode_238 /** * 238. Product of Array Except Self * https://leetcode.com/problems/product-of-array-except-self/description/ * Given an arra 阅读全文
posted @ 2020-08-06 01:35 johnny_zhao 阅读(86) 评论(0) 推荐(0) 编辑
上一页 1 ··· 39 40 41 42 43 44 45 46 47 ··· 79 下一页