分类
- Yiqun's 2-Look (4)
- 樊轶群Ukulele谱 (89)
- 樊轶群杂谈 (80)
- 樊轶群的魔方技术 (33)
- Roux技术 (7)
- 魔方2x2x2 (5)
- 魔方3x3x3 (18)
- 魔方Square-1 (4)
- 樊轶群的麻雀技术 (7)
- 樊轶群编程 (2)
- 每日LeetCode (93)
-
近期文章
- 用「数学期望」判断麻雀打得对不对
- Ukulele谱《下雨的时候特别想你》陈壹千
- 1千万次测试左桥情况分布
- 2021.12.10杂谈-巴塞罗那巴萨是怎么被梅西弄垮了
- 每日leetcode第0092天 0999. Available Captures for Rook
- 每日leetcode第0091天 1423. Maximum Points You Can Obtain from Cards
- 每日leetcode第0090天 0632. Smallest Range Covering Elements from K Lists
- 每日leetcode第0089天 0934. Shortest Bridge
- 每日leetcode第0088天 0342. Power of Four
- 每日leetcode第0087天 0326. Power of Three
近期评论
- Fluke发表在《用「数学期望」判断麻雀打得对不对》
- Edelbrock发表在《1千万次测试左桥情况分布》
- Glass发表在《Ukulele谱《下雨的时候特别想你》陈壹千》
- Zerg发表在《每日leetcode第0060天 0433. Minimum Genetic Mutation》
- 樊轶群发表在《每日leetcode第0059天 0925. Long Pressed Name》
- 樊轶群发表在《每日leetcode第0059天 0925. Long Pressed Name》
- Javeo发表在《每日leetcode第0059天 0925. Long Pressed Name》
- Bluetooth发表在《每日leetcode第0059天 0925. Long Pressed Name》
- 樊轶群发表在《每日leetcode第0043天 0547. Number of Provinces》
- Rigic发表在《每日leetcode第0043天 0547. Number of Provinces》
功能
2022年 7月 日 一 二 三 四 五 六 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
分类目录归档:每日LeetCode
每日leetcode第0082天 1295. Find Numbers with Even Number of Digits
非常简单的一道计数题, 这里模2其实可以使用位运算按位与1会更好。
每日leetcode第0081天 0935. Knight Dialer
欢迎来到骑士拨号器。 这是一道很有趣的看上去像二维数组矩阵,实际上完全不用模拟的 … 继续阅读
每日leetcode第0080天 1388. Pizza With 3n Slices
这是一道有意思的动态规划题。 首先我们需要做过打家劫舍和打家劫舍2。 我们可以确 … 继续阅读
每日leetcode第0079天 1449. Form Largest Integer With Digits That Add up to Target
非常有趣,我们要使用一定的金额购买数字,拿买的数字拼一个最大的数。 钱还必须得花 … 继续阅读
每日leetcode第0078天 1316. Distinct Echo Substrings
今天来做一道字符串的题目。 明确的回声字符串。回声字符串就是两个一样的字符串拼成 … 继续阅读
每日leetcode第0077天 0517. Super Washing Machines
这是一道特别有意思的题目。 自己可以尝试多举几个数字来尝试。 这样我们就可以得到 … 继续阅读
每日leetcode第0076天 0273. Integer to English Words
一道简单题的题目,莫名其妙写了近100行代码。 可能是由于历史原因,这道题的难度 … 继续阅读
每日leetcode第0075天 1880. Check if Word Equals Summation of Two Words
这又是一道简单题。一开始看题目觉得是不是26进制,是不是所有字母都要算还考虑进位 … 继续阅读
每日leetcode第0074天 1876. Substrings of Size Three with Distinct Characters
这是一道简单题。 可以用加法做,符合条件就加,也可以用减法做,不符合就减。 千万 … 继续阅读
每日leetcode第0073天 1652. Defuse the Bomb
今天是911袭击事件20周年,让我们一起来反对恐怖主义,拆炸弹! 这是一道模拟算 … 继续阅读