2019年2月23日

215. Kth Largest Element in an Array(返回数组中第几大元素)(leetcode)

摘要: Find the kth largest element in an unsorted array. Note that it is the kth largest element in the sorted order, not the kth distinct element. Example 阅读全文

posted @ 2019-02-23 20:14 shaer 阅读(98) 评论(0) 推荐(0) 编辑

524. Longest Word in Dictionary through Deleting(通过删除找到字典中最长的单词)(leetcode)

摘要: Given a string and a string dictionary, find the longest string in the dictionary that can be formed by deleting some characters of the given string. 阅读全文

posted @ 2019-02-23 16:27 shaer 阅读(105) 评论(0) 推荐(0) 编辑

导航