分类
- Yiqun's 2-Look (4)
- 未分类 (1)
- 樊轶群Ukulele谱 (91)
- 樊轶群杂谈 (79)
- 樊轶群的魔方技术 (32)
- Roux技术 (6)
- 魔方2x2x2 (5)
- 魔方3x3x3 (18)
- 魔方Square-1 (4)
- 樊轶群的麻雀技术 (7)
- 樊轶群编程 (1)
- 每日LeetCode (173)
-
近期文章
- Ukulele谱《两极》任贤齐
- HelloBrew安装
- Ukulele谱《Ob-La-Di, Ob-La-Da》the Beatles
- Daily LeetCode – day0172 1814. Count Nice Pairs in an Array
- Daily LeetCode – day0171 1813. Sentence Similarity III
- Daily LeetCode – day0170 2293. Min Max Game
- Daily LeetCode – day0169 1819. Number of Different Subsequences GCDs
- Daily LeetCode – day0168 2287. Rearrange Characters to Make Target String
- Daily LeetCode – day0167 1807. Evaluate the Bracket Pairs of a String
- Daily LeetCode – day0166 2283. Check if Number Has Equal Digit Count and Digit Value
近期评论
- mentos vs coca cola发表在《Ukulele谱《西湖没有中秋》my little airport》
- Milwaukeemdj发表在《Daily LeetCode – day0135 1827. Minimum Operations to Make the Array Increasing》
- Hummin发表在《Daily LeetCode – day0114 0799. Champagne Tower》
- Finger发表在《Daily LeetCode – day0114 0799. Champagne Tower》
- Eric发表在《Daily LeetCode – day0056 0707. Design Linked List》
- 樊轶群发表在《Daily LeetCode – day0030 0793. Preimage Size of Factorial Zeroes Function》
- jake发表在《Daily LeetCode – day0016 1422. Maximum Score After Splitting a String》
- anna发表在《Daily LeetCode – day0030 0793. Preimage Size of Factorial Zeroes Function》
- Fluke发表在《用「数学期望」判断麻雀打得对不对》
- Edelbrock发表在《1千万次测试左桥情况分布》
其他操作
2024年 12月 日 一 二 三 四 五 六 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
Daily LeetCode – day0122 0813. Largest Sum of Averages
学习笔记: 这虽然是一道中等题,但其实很苦难。 其实每一个数字分开,那是比较简单 … 继续阅读
发表在 每日LeetCode
留下评论
Daily LeetCode – day0121 1752. Check if Array Is Sorted and Rotated
学习笔记: 这是一道简单题,数组的基础应用加模运算。 就是拼成一个环,要循环回来 … 继续阅读
发表在 每日LeetCode
留下评论
Daily LeetCode – day0120 0882. Reachable Nodes In Subdivided Graph
学习笔记: 这是一道困难题,用的是图相关的算法,迪杰斯特拉算法。 我们要把中间结 … 继续阅读
发表在 每日LeetCode
留下评论
Daily LeetCode – day0119 0809. Expressive Words
学习笔记: 这是一道字符串数组的题目。 我们需要使用自顶向下的编程思路,原始思路 … 继续阅读
发表在 每日LeetCode
留下评论
Daily LeetCode – day0118 0795. Number of Subarrays with Bounded Maximum
学习笔记: 这是一道非常巧妙的数组题目。 我们要把数字分成三类,比范围大的,在范 … 继续阅读
发表在 每日LeetCode
留下评论
Daily LeetCode – day0117 1742. Maximum Number of Balls in a Box
学习笔记: 这是一道简单题,哈希表的题目。 简单计算各位之和,放入桶里面就行了。
发表在 每日LeetCode
留下评论
Daily LeetCode – day0116 0878. Nth Magical Number
学习笔记: 这道题目是一道不容易的题目,很考验基本功。 先用一波数学分析,这样就 … 继续阅读
发表在 每日LeetCode
留下评论
Daily LeetCode – day0114 0799. Champagne Tower
学习笔记: 这是一道有趣的动态规划题目,香槟塔往下流的时候会少1,然后平分给下面 … 继续阅读
发表在 每日LeetCode
2条评论
Daily LeetCode – day0113 1732. Find the Highest Altitude
学习笔记: 这是一道简单题,就是简单求前缀和,返回前缀和的最大值。
发表在 每日LeetCode
留下评论