摘要:
Given an array of strings words and an integer k, return the k most frequent strings. Return the answer sorted by the frequency from highest to lowest 阅读全文
posted @ 2020-03-13 14:50
CNoodle
阅读(271)
评论(0)
推荐(0)
摘要:
We have a list of points on the plane. Find the K closest points to the origin (0, 0). (Here, the distance between two points on a plane is the Euclid 阅读全文
posted @ 2020-03-13 11:51
CNoodle
阅读(294)
评论(0)
推荐(0)
摘要:
Given the root of a binary tree, return the number of uni-value subtrees. A uni-value subtree means all nodes of the subtree have the same value. Exam 阅读全文
posted @ 2020-03-13 01:42
CNoodle
阅读(327)
评论(0)
推荐(0)