摘要: 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) 编辑