归档 2016年9月

猜数字游戏

题目描述:

数字 1 - 9 中有 2 个数为“目标数”。

游戏者拥有 5 次机会,每次从1 - 9中选择 2 个数字,裁判会告知其选对的数字个数。

问题一:

求 5 次猜测中的某一次,游戏者猜对全部 2 个目标数的概率。

答案解析:

假设游戏者按照 1 2 , 3 4 , 5 6 , 7 8 的顺序猜测, 5 次猜测全部失败的情况: 

情况一: 1-8 中有一个数,另一个数字是 ...

继续阅读

LeetCode Weekly Contest 5解题报告

LeetCode Weekly Contest 5是LeetCode举办的第四场正式周赛,共4道题目,比赛时长2.5小时。

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

题解列表:

LeetCode 400. Nth Digit

LeetCode 401. Binary Watch

LeetCode 402. Remove K Digits

LeetCode 403. Frog Jump

每日归档

上个月

下个月

归档