摘要: 题目: Given scores of N athletes, find their relative ranks and the people with the top three highest scores, who will be awarded medals: "Gold Medal", 阅读全文
posted @ 2017-03-31 06:50 panini 阅读(286) 评论(0) 推荐(0) 编辑
摘要: 题目: Given an integer, return its base 7 string representation. Example 1: Example 2: Note: The input will be in range of [-1e7, 1e7]. 链接:https://leetc 阅读全文
posted @ 2017-03-31 05:50 panini 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 题目: Given a binary search tree (BST) with duplicates, find all the mode(s) (the most frequently occurred element) in the given BST. Assume a BST is de 阅读全文
posted @ 2017-03-31 04:27 panini 阅读(553) 评论(0) 推荐(0) 编辑