摘要: LeetCode 0347. Top K Frequent Elements前 K 个高频元素【Medium】【Python】【桶排序】 Problem "LeetCode" Given a non empty array of integers, return the k most frequen 阅读全文
posted @ 2020-02-14 22:45 Wonz 阅读(260) 评论(0) 推荐(0) 编辑
摘要: LeetCode 0215. Kth Largest Element in an Array数组中的第K个最大元素【Medium】【Python】【快排】【堆】 Problem "LeetCode" Find the k th largest element in an unsorted array 阅读全文
posted @ 2020-02-14 21:32 Wonz 阅读(170) 评论(0) 推荐(0) 编辑
摘要: LeetCode 0524. Longest Word in Dictionary through Deleting通过删除字母匹配到字典里最长单词【Medium】【Python】【双指针】 题目 "英文题目地址" Given a string and a string dictionary, fi 阅读全文
posted @ 2020-02-14 16:28 Wonz 阅读(284) 评论(0) 推荐(0) 编辑