[LeetCode]Get Highest Answer Rate Question

题目描述:

LeetCode 578. Get Highest Answer Rate Question

Get the highest answer rate question from a table survey_log with these columns: uid, action, question_id, answer_id, q_num, timestamp.

uid means user id; action has these kind of values: "show", "answer", "skip" ...

继续阅读

LeetCode Weekly Contest 31解题报告

LeetCode Weekly Contest 31是LeetCode举办的第三十六场正式周赛,共4道题目,比赛时长1.5小时。

比赛链接:https://leetcode.com/contest/leetcode-weekly-contest-31/

题解列表:

LeetCode 575. Distribute Candies

LeetCode 572. Subtree of Another Tree

LeetCode 573. Squirrel Simulation

LeetCode 576. Out of Boundary Paths

年度归档